Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
| 25 |
},
|
| 26 |
"rope_theta": 500000.0,
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
-
"torch_dtype": "
|
| 29 |
"transformers_version": "4.40.0",
|
| 30 |
"use_cache": true,
|
| 31 |
"vocab_size": 128256,
|
|
@@ -38,9 +38,10 @@
|
|
| 38 |
"quantization_config": {},
|
| 39 |
"safetensors": {
|
| 40 |
"enabled": true,
|
| 41 |
-
"total_shards":
|
| 42 |
-
"shard_pattern": "
|
| 43 |
"index_file": "model.safetensors.index.json",
|
|
|
|
| 44 |
"fast_loading": true,
|
| 45 |
"zero_copy": true
|
| 46 |
},
|
|
|
|
| 25 |
},
|
| 26 |
"rope_theta": 500000.0,
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
+
"torch_dtype": "float16",
|
| 29 |
"transformers_version": "4.40.0",
|
| 30 |
"use_cache": true,
|
| 31 |
"vocab_size": 128256,
|
|
|
|
| 38 |
"quantization_config": {},
|
| 39 |
"safetensors": {
|
| 40 |
"enabled": true,
|
| 41 |
+
"total_shards": 82,
|
| 42 |
+
"shard_pattern": "shard_{:02d}.safetensors",
|
| 43 |
"index_file": "model.safetensors.index.json",
|
| 44 |
+
"shard_size_gb": 1.57,
|
| 45 |
"fast_loading": true,
|
| 46 |
"zero_copy": true
|
| 47 |
},
|