tttoaster commited on
Commit
5d24109
1 Parent(s): 671e252

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -27,9 +27,16 @@ Clone the repo and install dependent packages
27
 
28
 
29
  ### Model Weights
30
- We release the pretrained SEED Tokenizer and De-Tokenizer, instruction tuned SEED-LLaMA-8B and SEED-LLaMA-14B in [SEED Hugging Face](https://huggingface.co/AILab-CVC/SEED).
31
  Please download the checkpoints and save under the folder `./pretrained`.
32
 
 
 
 
 
 
 
 
33
  ```bash
34
  cd pretrained # SEED/pretrained
35
  git lfs install
 
27
 
28
 
29
  ### Model Weights
30
+ We release the pretrained SEED Tokenizer and De-Tokenizer, pre-trained and instruction tuned SEED-LLaMA-8B and SEED-LLaMA-14B in [SEED Hugging Face](https://huggingface.co/AILab-CVC/SEED).
31
  Please download the checkpoints and save under the folder `./pretrained`.
32
 
33
+ You can also download them separately as below,
34
+ - Check the SEED tokenizer weights in [AILab-CVC/seed-tokenizer-2](https://huggingface.co/AILab-CVC/seed-tokenizer-2)
35
+ - Check the SEED LLaMA(pre-trained 8B) weights in [AILab-CVC/seed-llama-8b-pretrain](https://huggingface.co/AILab-CVC/seed-llama-8b-pretrain)
36
+ - Check the SEED LLaMA(sft 8B) weights in [AILab-CVC/seed-llama-8b-sft](https://huggingface.co/AILab-CVC/seed-llama-8b-sft)
37
+ - Check the SEED LLaMA(pre-trained 14B) weights in [AILab-CVC/seed-llama-14b-pretrain](https://huggingface.co/AILab-CVC/seed-llama-14b-pretrain)
38
+ - Check the SEED LLaMA(sft 14B) weights in [AILab-CVC/seed-llama-14b-sft](https://huggingface.co/AILab-CVC/seed-llama-14b-sft)
39
+
40
  ```bash
41
  cd pretrained # SEED/pretrained
42
  git lfs install