roman-bachmann
commited on
Commit
•
03b2ef5
1
Parent(s):
ffa0d97
Update README.md
Browse files
README.md
CHANGED
@@ -29,8 +29,9 @@ from fourm.models.fm import FM
|
|
29 |
fm = FM.from_pretrained('EPFL-VILAB/4M-7_L_COYO700M')
|
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_L_COYO700M')
|
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 |
|