PyTorch
ml-4m
roman-bachmann commited on
Commit
a699525
1 Parent(s): 0cab3a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -29,8 +29,9 @@ from fourm.models.fm import FM
29
  fm = FM.from_pretrained('EPFL-VILAB/4M-7_B_CC12M')
30
  ```
31
 
32
- Please see https://github.com/apple/ml-4m/README_GENERATION.md for more detailed instructions and https://github.com/apple/ml-4m for other 4M model and tokenizer checkpoints.
33
 
 
34
 
35
  ## Citation
36
 
 
29
  fm = FM.from_pretrained('EPFL-VILAB/4M-7_B_CC12M')
30
  ```
31
 
32
+ Please see https://github.com/apple/ml-4m/blob/main/README_GENERATION.md for more detailed instructions and https://github.com/apple/ml-4m for other 4M model and tokenizer checkpoints.
33
 
34
+ Safetensors checkpoints are hosted under https://huggingface.co/EPFL-VILAB/4M.
35
 
36
  ## Citation
37