Update README.md
Browse files
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-
|
| 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 |
|