|
|
|
|
|
by philipkglass
33 days ago
|
|
A completely open model is one like the Allen Institute's Olmo model series: https://allenai.org/olmo The trained weights are open, the training software is open, and the data that goes into training the model is open. Not many models are fully open. An open weights model is one that has freely available trained weights, and maybe fine-tuning tools, but it lacks the original training data (and usually lacks the training software). These are the most commonly used local models, like Google's Gemma series, Meta's Llama, or Alibaba's Qwen. |
|
Also, I've read a bunch of descriptions of AI components, but none of them has said what the weights are applied to in the model. I guess that every model contains a dictionary of words and phrases, and the weights map relationships between them?
All the descriptions simply talk about weights being applied to "input," but neglect to say what that input is compared to. If a user submits a query, are the words in the query weighed against the words in the model?
Can you recommend a primer on this whole process?