atmallen commited on
Commit
112ec10
1 Parent(s): 6a329a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -42,8 +42,8 @@ Use the code below to get started with the model.
42
  ```py
43
  from transformers import AutoModelForCausalLM, AutoTokenizer
44
 
45
- model = AutoModelForCausalLM.from_pretrained(<model id>)
46
- tokenizer = AutoTokenizer.from_pretrained(<model id>)
47
  ```
48
 
49
  ## Training Details
 
42
  ```py
43
  from transformers import AutoModelForCausalLM, AutoTokenizer
44
 
45
+ model = AutoModelForCausalLM.from_pretrained("EleutherAI/qm-pythia-410m-mixture")
46
+ tokenizer = AutoTokenizer.from_pretrained("EleutherAI/qm-pythia-410m-mixture")
47
  ```
48
 
49
  ## Training Details