|
|
|
|
|
by MoonWalk
33 days ago
|
|
So you can apply different weights to those "non-open" models? 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? |
|
https://www.3blue1brown.com/lessons/mini-llm/
To quote part of it, Training a model can be thought of as tuning the dials on a really big machine. The way that a language model behaves is entirely determined by these many different continuous values, usually called parameters or weights.
Longer and slightly more technical, "Intro to Large Language Models" by Andrej Karpathy:
https://www.youtube.com/watch?v=zjkBMFhNj_g