Update README.md

This commit is contained in:
Michael J Clark
2023-12-03 11:28:31 +08:00
committed by GitHub
parent 94e8ffa876
commit 87022a3677
+4 -1
View File
@@ -1,5 +1,8 @@
Fork of IRIS, where instead of a new transformer as a world model we use an adapter on a pre-trained LLM. The hypothesis is that the pre-trained LLM will help the world model learn faster and in a more data-efficient manner.
Fork of IRIS, where instead of a new transformer as a world model we use an adapter on a pre-trained LLM.
The **hypothesis** is that the *pre-trained LLM will help the world model learn faster and in a more data-efficient manner*.
See also:
- [AdaVAE](https://github.com/ImKeTT/AdaVAE)