Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
69 |
Use the code below to get started with the model.
|
70 |
|
71 |
```
|
72 |
-
|
73 |
model = AutoModelForCausalLM.from_pretrained(
|
74 |
model_name,
|
75 |
return_dict=True,
|
|
|
69 |
Use the code below to get started with the model.
|
70 |
|
71 |
```
|
72 |
+
model_name = "pythainlp/wangchanglm-7.5B-sft-en"
|
73 |
model = AutoModelForCausalLM.from_pretrained(
|
74 |
model_name,
|
75 |
return_dict=True,
|