Comment on How my AI Agent views and maintains "our" homelab
crash_thepose@lemmy.ml 3 weeks agoWhat’s an open weight model?
Comment on How my AI Agent views and maintains "our" homelab
crash_thepose@lemmy.ml 3 weeks agoWhat’s an open weight model?
variety4me@lemmy.zip 3 weeks ago
An Open-Weight Model is an AI model whose core components are publicly released, allowing anyone to download it. This lets users run the model on their own computers, study how it works, and even modify it for their own specific needs.
crash_thepose@lemmy.ml 3 weeks ago
Is that different from an open source model?
variety4me@lemmy.zip 3 weeks ago
Open-source models provide complete access to the entire model architecture, training methodology, and weights. This comprehensive access includes the model code, architecture design, training scripts, and parameter weights under licenses like MIT or Apache.
Open-weight models represent a more limited approach to model sharing. These models release only the trained parameter weights while restricting access to training methodologies and code. Also under MIT or Apache licenses