kobkrit commited on
Commit
319da53
·
verified ·
1 Parent(s): fd73c23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-72b-instruct"
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,