Text Generation
Transformers
PyTorch
4 languages
xglm
Inference Endpoints
cstorm125 commited on
Commit
88c44c8
1 Parent(s): afb7e45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- name_model = "pythainlp/wangchanglm-7.5B-sft-en"
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,