Upload folder using huggingface_hub
Browse files- config.json +2 -2
- generation_config.json +1 -1
- model.safetensors +2 -2
- recipe.yaml +2 -1
config.json
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
"Linear"
|
30 |
],
|
31 |
"weights": {
|
32 |
-
"actorder":
|
33 |
"block_structure": null,
|
34 |
"dynamic": false,
|
35 |
"group_size": 128,
|
@@ -58,7 +58,7 @@
|
|
58 |
"rope_scaling": null,
|
59 |
"rope_theta": 10000.0,
|
60 |
"tie_word_embeddings": false,
|
61 |
-
"transformers_version": "4.56.
|
62 |
"use_cache": true,
|
63 |
"vocab_size": 32000
|
64 |
}
|
|
|
29 |
"Linear"
|
30 |
],
|
31 |
"weights": {
|
32 |
+
"actorder": "group",
|
33 |
"block_structure": null,
|
34 |
"dynamic": false,
|
35 |
"group_size": 128,
|
|
|
58 |
"rope_scaling": null,
|
59 |
"rope_theta": 10000.0,
|
60 |
"tie_word_embeddings": false,
|
61 |
+
"transformers_version": "4.56.2",
|
62 |
"use_cache": true,
|
63 |
"vocab_size": 32000
|
64 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 2048,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.56.
|
7 |
}
|
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 2048,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.56.2"
|
7 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93e7aade949ca3bec2aaae9e329ad3a3246bb0602bc29670bbd06caa38de1fcf
|
3 |
+
size 763563248
|
recipe.yaml
CHANGED
@@ -12,7 +12,7 @@ quant_stage:
|
|
12 |
strategy: group
|
13 |
block_structure: null
|
14 |
dynamic: false
|
15 |
-
actorder:
|
16 |
observer: minmax
|
17 |
observer_kwargs: {}
|
18 |
input_activations: null
|
@@ -23,4 +23,5 @@ quant_stage:
|
|
23 |
sequential_update: true
|
24 |
block_size: 128
|
25 |
dampening_frac: 0.01
|
|
|
26 |
offload_hessians: false
|
|
|
12 |
strategy: group
|
13 |
block_structure: null
|
14 |
dynamic: false
|
15 |
+
actorder: group
|
16 |
observer: minmax
|
17 |
observer_kwargs: {}
|
18 |
input_activations: null
|
|
|
23 |
sequential_update: true
|
24 |
block_size: 128
|
25 |
dampening_frac: 0.01
|
26 |
+
actorder: group
|
27 |
offload_hessians: false
|