Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ Official model checkpoint for paper [LeTI: Learning to Generate from Textual Int
|
|
7 |
|
8 |
The code associated with these checkpoints can be found [here](https://github.com/xingyaoww/LeTI).
|
9 |
|
10 |
-
Decompress the model checkpoint `data.tar.gz` (using `tar -xzvf data.tar.gz`) will create a folder `data`.
|
11 |
After decompress the checkpoints, you can set `export GS_BUCKET_PREFIX=`pwd`` and run evaluation of your choice following [this](https://github.com/xingyaoww/LeTI/blob/main/docs/EVAL.md).
|
12 |
|
13 |
We currently release the following checkpoints in the paper:
|
|
|
7 |
|
8 |
The code associated with these checkpoints can be found [here](https://github.com/xingyaoww/LeTI).
|
9 |
|
10 |
+
Decompress the model checkpoint [`data.tar.gz`](https://huggingface.co/xingyaoww/LeTI/resolve/main/data.tar.gz) (using `tar -xzvf data.tar.gz`) will create a folder `data`.
|
11 |
After decompress the checkpoints, you can set `export GS_BUCKET_PREFIX=`pwd`` and run evaluation of your choice following [this](https://github.com/xingyaoww/LeTI/blob/main/docs/EVAL.md).
|
12 |
|
13 |
We currently release the following checkpoints in the paper:
|