DukeNLP commited on
Commit
24784b4
1 Parent(s): a5c4027

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ The model can be loaded with HuggingFace's Transformers library:
33
  ``` python
34
  from transformers import AutoModelForCausalLM, AutoTokenizer
35
 
36
- model_id = "DukeNLP/Prob-Gen-8B"
37
 
38
  model = AutoModelForCausalLM.from_pretrained(model_id,device_map="auto", trust_remote_code=True)
39
 
 
33
  ``` python
34
  from transformers import AutoModelForCausalLM, AutoTokenizer
35
 
36
+ model_id = "DukeNLP/Prob-Gen-70B"
37
 
38
  model = AutoModelForCausalLM.from_pretrained(model_id,device_map="auto", trust_remote_code=True)
39