Trouter-Library commited on
Commit
940292e
·
verified ·
1 Parent(s): 8878b12

Update config.json

Browse files
Files changed (1) hide show
  1. 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": "bfloat16",
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": 96,
42
- "shard_pattern": "model-{:05d}-of-00096.safetensors",
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
  },