roman-bachmann
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -29,8 +29,9 @@ from fourm.vq.vqvae import DiVAE
|
|
29 |
tok_rgb = DiVAE.from_pretrained('EPFL-VILAB/4M_tokenizers_normal_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 = DiVAE.from_pretrained('EPFL-VILAB/4M_tokenizers_normal_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 |
|