Trouter-Library commited on
Commit
158bf51
·
verified ·
1 Parent(s): 4f1d5cf

Update metadata.json

Browse files
Files changed (1) hide show
  1. metadata.json +9 -6
metadata.json CHANGED
@@ -108,11 +108,12 @@
108
  }
109
  },
110
  "technical_details": {
111
- "precision": "bfloat16",
112
  "weight_format": "safetensors",
113
- "total_shards": 96,
114
- "shard_size_avg_gb": 1.46,
115
- "total_size_gb": 140,
 
116
  "quantization": "none",
117
  "optimization": [
118
  "Flash Attention 2",
@@ -206,8 +207,10 @@
206
  "files": {
207
  "safetensors": {
208
  "format": "safetensors",
209
- "num_shards": 96,
210
- "pattern": "model-{:05d}-of-00096.safetensors",
 
 
211
  "index_file": "model.safetensors.index.json",
212
  "checksums_available": true
213
  },
 
108
  }
109
  },
110
  "technical_details": {
111
+ "precision": "float16",
112
  "weight_format": "safetensors",
113
+ "total_shards": 82,
114
+ "shard_naming": "shard_01 through shard_82",
115
+ "shard_size_avg_gb": 1.57,
116
+ "total_size_gb": 128.74,
117
  "quantization": "none",
118
  "optimization": [
119
  "Flash Attention 2",
 
207
  "files": {
208
  "safetensors": {
209
  "format": "safetensors",
210
+ "num_shards": 82,
211
+ "pattern": "shard_{:02d}.safetensors",
212
+ "shard_range": "shard_01.safetensors to shard_82.safetensors",
213
+ "shard_size_gb": 1.57,
214
  "index_file": "model.safetensors.index.json",
215
  "checksums_available": true
216
  },