|
|
|
|
|
by sjg007
2065 days ago
|
|
Transformers are kinda similar to state vectors. They are tracking the current state of the world. The input becomes the output which is the input to the next iteration. The transformer transform the input to the output ad infinitum until a stop token is reached. |
|