roman-bachmann
commited on
Commit
•
ec8383a
1
Parent(s):
8e639a6
Update README.md
Browse files
README.md
CHANGED
@@ -29,8 +29,9 @@ from fourm.vq.vqvae import VQVAE
|
|
29 |
tok_rgb = VQVAE.from_pretrained('EPFL-VILAB/4M_tokenizers_CLIP-B16_8k_224-448')
|
30 |
```
|
31 |
|
32 |
-
Please see https://github.com/apple/ml-4m/README_TOKENIZATION.md for more detailed instructions and https://github.com/apple/ml-4m for other tokenizer and 4M model checkpoints.
|
33 |
|
|
|
34 |
|
35 |
## Citation
|
36 |
|
|
|
29 |
tok_rgb = VQVAE.from_pretrained('EPFL-VILAB/4M_tokenizers_CLIP-B16_8k_224-448')
|
30 |
```
|
31 |
|
32 |
+
Please see https://github.com/apple/ml-4m/blob/main/README_TOKENIZATION.md for more detailed instructions and https://github.com/apple/ml-4m for other tokenizer and 4M model checkpoints.
|
33 |
|
34 |
+
Safetensors checkpoints are hosted under https://huggingface.co/EPFL-VILAB/4M.
|
35 |
|
36 |
## Citation
|
37 |
|