|
|
|
|
|
by yellow_lead
944 days ago
|
|
I'm not an expert but the way I think of it generally is that words can be converted to vectors, i.e cat -> (1,8,23,34,32). They are much longer than this but just an example. For the corresponding word in Spanish/French/Other languages, the vector is actually quite similar. So when an LLM sees french, it can actually use the English training data to respond in french, because of this intermediary translation to vectors. |
|