Safetensors
English
olmo2
amanrangapur commited on
Commit
6974942
·
verified ·
1 Parent(s): a269d9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="step1000-tokens5B")
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: