Finding Model Size on Hugging Face

Use the information on the model card.

$$ \text{Model Size (B)} = \text{(Number of parameters)} \times \text{(bytes/parameter)} $$


Use information on the Files and versions tab.

Look for the pytorch model in the list of files. (It will have a .bin extension.)

The size of the model will be given.

Previous
Next
RC Logo © 2025 The Rector and Visitors of the University of Virginia