Upload folder using huggingface_hub
Browse files- config.json +2 -2
- generation_config.json +1 -1
- model.safetensors +1 -1
- recipe.yaml +1 -0
config.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
| 43 |
"quantization_status": "compressed",
|
| 44 |
"sparsity_config": {},
|
| 45 |
"transform_config": {},
|
| 46 |
-
"version": "0.17.
|
| 47 |
},
|
| 48 |
"rms_norm_eps": 1e-05,
|
| 49 |
"rope_parameters": {
|
|
@@ -51,7 +51,7 @@
|
|
| 51 |
"rope_type": "default"
|
| 52 |
},
|
| 53 |
"tie_word_embeddings": false,
|
| 54 |
-
"transformers_version": "5.
|
| 55 |
"use_cache": true,
|
| 56 |
"vocab_size": 32000
|
| 57 |
}
|
|
|
|
| 43 |
"quantization_status": "compressed",
|
| 44 |
"sparsity_config": {},
|
| 45 |
"transform_config": {},
|
| 46 |
+
"version": "0.17.2.a20260730"
|
| 47 |
},
|
| 48 |
"rms_norm_eps": 1e-05,
|
| 49 |
"rope_parameters": {
|
|
|
|
| 51 |
"rope_type": "default"
|
| 52 |
},
|
| 53 |
"tie_word_embeddings": false,
|
| 54 |
+
"transformers_version": "5.14.1",
|
| 55 |
"use_cache": true,
|
| 56 |
"vocab_size": 32000
|
| 57 |
}
|
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": "5.
|
| 7 |
}
|
|
|
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"max_length": 2048,
|
| 5 |
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "5.14.1"
|
| 7 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2200124472
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2011f464b9c85bb036d90cb845d27a38f83fe27b01a687899d94074bfd4e6c10
|
| 3 |
size 2200124472
|
recipe.yaml
CHANGED
|
@@ -17,3 +17,4 @@ quant_stage:
|
|
| 17 |
observer: memoryless_minmax
|
| 18 |
observer_kwargs: {}
|
| 19 |
bypass_divisibility_checks: false
|
|
|
|
|
|
| 17 |
observer: memoryless_minmax
|
| 18 |
observer_kwargs: {}
|
| 19 |
bypass_divisibility_checks: false
|
| 20 |
+
requires_calibration_data: true
|