From 87022a3677b4e28ecd8a741b4381acd8ef36949b Mon Sep 17 00:00:00 2001 From: Michael J Clark Date: Sun, 3 Dec 2023 11:28:31 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5d2f21..671ef14 100644 --- a/README.md +++ b/README.md @@ -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)