roman-bachmann commited on
Commit
555d8d6
1 Parent(s): 370bff1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -29,8 +29,9 @@ from fourm.vq.vqvae import DiVAE
29
  tok_rgb = DiVAE.from_pretrained('EPFL-VILAB/4M_tokenizers_rgb_16k_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_rgb_16k_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