Update README.md
Browse files
README.md
CHANGED
@@ -202,7 +202,7 @@ except Exception as e:
|
|
202 |
```python
|
203 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
204 |
|
205 |
-
model_name = "openthaigpt/openthaigpt1.5-
|
206 |
|
207 |
model = AutoModelForCausalLM.from_pretrained(
|
208 |
model_name,
|
|
|
202 |
```python
|
203 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
204 |
|
205 |
+
model_name = "openthaigpt/openthaigpt1.5-14b-instruct"
|
206 |
|
207 |
model = AutoModelForCausalLM.from_pretrained(
|
208 |
model_name,
|