amanrangapur
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ The naming convention is `stepXXX-tokensYYYB`.
|
|
30 |
|
31 |
To load a specific model revision with HuggingFace, simply add the argument `revision`:
|
32 |
```bash
|
33 |
-
olmo = AutoModelForCausalLM.from_pretrained("allenai/OLMo2-13B-1124", revision="
|
34 |
```
|
35 |
|
36 |
Or, you can access all the revisions for the models via the following code snippet:
|
|
|
30 |
|
31 |
To load a specific model revision with HuggingFace, simply add the argument `revision`:
|
32 |
```bash
|
33 |
+
olmo = AutoModelForCausalLM.from_pretrained("allenai/OLMo2-13B-1124", revision="step102500-tokens860B")
|
34 |
```
|
35 |
|
36 |
Or, you can access all the revisions for the models via the following code snippet:
|