loubnabnl HF staff commited on
Commit
af25dcf
1 Parent(s): 014ba37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ v0.2 models are better at staying on topic and responding appropriately to stand
44
 
45
  You can load v0.1 models by specifying `revision="v0.1"` in the transformers code:
46
  ```python
47
- model = AutoModelForCausalLM.from_pretrained(checkpoint, revision="v0.1")
48
  ```
49
 
50
  ## Usage
 
44
 
45
  You can load v0.1 models by specifying `revision="v0.1"` in the transformers code:
46
  ```python
47
+ model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM-360M-Instruct", revision="v0.1")
48
  ```
49
 
50
  ## Usage