Open weight et open source, ce qui les sépare

Two labels used interchangeably even though they do not release the same things. **Open weight**: you get the model **weights**, the numerical parameters learned during training. With them you can run inference on your own machine, quantize the model to fit it in memory, fine-tune it on your data. A licence usually ships alongside the weights and sets what you are allowed to do with them. **Open source**: one notch above. Public are the weights, **the code** used for both training and inference, and **the training data**. The practical consequence: anyone could retrain the model from scratch, given the compute. One question settles it: can I **reproduce** this model, or only **run** it? Reproducing is open source. Running, quantizing, fine-tuning is open weight.

Strengths

Limitations

Best for

Official site

View on Coeurdar