|
|
|
|
|
by f38zf5vdt
1500 days ago
|
|
No, it isn't taught anything. GPT3 text generation is effectively a really fancy autocompletion algorithm based on the n-many previous tokens in a rolling window. You can only "teach" GPT3 something within that window, and it doesn't "learn" there, it just tries its best to generate content based on what is stored in its massive n-dimension table of graph edges for tokens. That is also why it has such a strong propensity to lose the plot once you are outside of that window size and it's generating new content based on self-generated content. |
|