Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ Clone the repo and install dependent packages
|
|
51 |
```
|
52 |
|
53 |
### Model Weights
|
54 |
-
We release the pretrained tokenizer and de-tokenizer, pre-trained and instruction-tuned Divot-LLM
|
55 |
|
56 |
|
57 |
You also need to download [Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) and [CLIP-ViT-H-14-laion2B-s32B-b79K](https://huggingface.co/laion/CLIP-ViT-H-14-laion2B-s32B-b79K), and save them under the folder `./pretrained`.
|
|
|
51 |
```
|
52 |
|
53 |
### Model Weights
|
54 |
+
We release the pretrained tokenizer and de-tokenizer, pre-trained and instruction-tuned Divot-LLM. Please download the checkpoints and save them under the folder `./pretrained`. For example, `./pretrained/Divot_tokenizer_detokenizer`.
|
55 |
|
56 |
|
57 |
You also need to download [Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) and [CLIP-ViT-H-14-laion2B-s32B-b79K](https://huggingface.co/laion/CLIP-ViT-H-14-laion2B-s32B-b79K), and save them under the folder `./pretrained`.
|