Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +2 -2
- recipe.yaml +1 -2
- tokenizer.json +1 -6
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,
|
|
|
|
| 29 |
"Linear"
|
| 30 |
],
|
| 31 |
"weights": {
|
| 32 |
+
"actorder": null,
|
| 33 |
"block_structure": null,
|
| 34 |
"dynamic": false,
|
| 35 |
"group_size": 128,
|
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:60d0f2ce8de1ae9e483ae8f7f404e77dbb004ee2a0fe83720646bcf122a54da3
|
| 3 |
+
size 761968800
|
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
|
|
@@ -22,5 +22,4 @@ quant_stage:
|
|
| 22 |
ignore: [lm_head]
|
| 23 |
block_size: 128
|
| 24 |
dampening_frac: 0.01
|
| 25 |
-
actorder: group
|
| 26 |
offload_hessians: false
|
|
|
|
| 12 |
strategy: group
|
| 13 |
block_structure: null
|
| 14 |
dynamic: false
|
| 15 |
+
actorder: null
|
| 16 |
observer: minmax
|
| 17 |
observer_kwargs: {}
|
| 18 |
input_activations: null
|
|
|
|
| 22 |
ignore: [lm_head]
|
| 23 |
block_size: 128
|
| 24 |
dampening_frac: 0.01
|
|
|
|
| 25 |
offload_hessians: false
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 2048,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|