Upload folder using huggingface_hub
Browse files- config.json +1 -1
- generation_config.json +1 -1
- model.safetensors +1 -1
- recipe.yaml +1 -1
config.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
| 73 |
"rope_scaling": null,
|
| 74 |
"rope_theta": 10000.0,
|
| 75 |
"tie_word_embeddings": false,
|
| 76 |
-
"transformers_version": "4.57.
|
| 77 |
"use_cache": true,
|
| 78 |
"vocab_size": 32000
|
| 79 |
}
|
|
|
|
| 73 |
"rope_scaling": null,
|
| 74 |
"rope_theta": 10000.0,
|
| 75 |
"tie_word_embeddings": false,
|
| 76 |
+
"transformers_version": "4.57.3",
|
| 77 |
"use_cache": true,
|
| 78 |
"vocab_size": 32000
|
| 79 |
}
|
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.57.
|
| 7 |
}
|
|
|
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"max_length": 2048,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.57.3"
|
| 7 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 807401832
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0ffe0805b2d68babe7bca8ca93b70ccaa26a40130363514c194273161c41778
|
| 3 |
size 807401832
|
recipe.yaml
CHANGED
|
@@ -2,5 +2,5 @@ default_stage:
|
|
| 2 |
default_modifiers:
|
| 3 |
QuantizationModifier:
|
| 4 |
targets: [Linear]
|
| 5 |
-
ignore: [lm_head]
|
| 6 |
scheme: NVFP4
|
|
|
|
| 2 |
default_modifiers:
|
| 3 |
QuantizationModifier:
|
| 4 |
targets: [Linear]
|
| 5 |
+
ignore: [lm_head, 're:.*mlp.gate[.].*']
|
| 6 |
scheme: NVFP4
|