Model size showing 333 KB instead of 15.2 GB

#1
by ZonglinY - opened

Hi HF team,

The model card/collection page shows the model size as 333 KB, but the actual total size is 8B (4 safetensors shards).

It seems the displayed size is reading from model.safetensors.index.json (333 KB) instead of summing all shard files.

You can verify the correct size under the Files tab — all 4 shards are present:

  • model-00001-of-00004.safetensors (4.88 GB)
  • model-00002-of-00004.safetensors (4.93 GB)
  • model-00003-of-00004.safetensors (4.33 GB)
  • model-00004-of-00004.safetensors (1.09 GB)

Could you help refresh the metadata? Thanks!

Sign up or log in to comment