Model Size

The physical and computational footprint of a machine learning model, primarily determined by the number of parameters (e.g., 7B, 70B) and their precision (e.g., 32-bit, 8-bit). Larger models require more storage, memory, and computational resources for training and inference.

Key implications:

  • Storage: Full-precision 70B models (e.g., NVIDIA’s Llama 3.1 Nemotron 70B) require ~150GB (30 files × 5GB each).
  • Hardware demands: High memory bandwidth and VRAM needed for inference, limiting deployment on consumer hardware.
  • Trade-offs: Larger size often correlates with better performance but increases latency and cost.

Quantisation as optimization technique:

Behavioral Optimization vs. Parameter Scaling: Recent discourse challenges the paradigm of infinite scaling, suggesting that for specific enterprise tasks, optimizing model behavior is more effective than increasing size.

References

Source Notes