saattrupdan commited on
Commit
b05e90c
·
verified ·
1 Parent(s): 51c1f0b

fix: Parameter count in safetensors index

Browse files

The current parameter count is registered wrongly, displaying ~500K parameters rather than the 7B. This updates the safetensors index file which fixes this.

Files changed (1) hide show
  1. model.safetensors.index.json +1 -1
model.safetensors.index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "metadata": {
3
- "total_parameters": 528384,
4
  "total_size": 14596022272
5
  },
6
  "weight_map": {
 
1
  {
2
  "metadata": {
3
+ "total_parameters": 7298011136,
4
  "total_size": 14596022272
5
  },
6
  "weight_map": {