Upload folder using huggingface_hub
Browse files- config.json +0 -0
- generation_config.json +1 -1
- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
- recipe.yaml +1 -0
config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
generation_config.json
CHANGED
|
@@ -9,5 +9,5 @@
|
|
| 9 |
"temperature": 0.6,
|
| 10 |
"top_k": 20,
|
| 11 |
"top_p": 0.95,
|
| 12 |
-
"transformers_version": "5.
|
| 13 |
}
|
|
|
|
| 9 |
"temperature": 0.6,
|
| 10 |
"top_k": 20,
|
| 11 |
"top_p": 0.95,
|
| 12 |
+
"transformers_version": "5.14.1"
|
| 13 |
}
|
model-00001-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 20002434624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f731d77be69b60de7d9e6559c9cced1ab615c4f6a0e4337ec4b38ca8fc996185
|
| 3 |
size 20002434624
|
model-00002-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 11214289504
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c0e3b3c2637428f119e08c2f6683c2193894c7e5fcfe0ed4104d155b78107d6
|
| 3 |
size 11214289504
|
recipe.yaml
CHANGED
|
@@ -5,3 +5,4 @@ default_stage:
|
|
| 5 |
ignore: [lm_head, 're:.*mlp.gate[.].*']
|
| 6 |
scheme: FP8_DYNAMIC
|
| 7 |
bypass_divisibility_checks: false
|
|
|
|
|
|
| 5 |
ignore: [lm_head, 're:.*mlp.gate[.].*']
|
| 6 |
scheme: FP8_DYNAMIC
|
| 7 |
bypass_divisibility_checks: false
|
| 8 |
+
requires_calibration_data: false
|