Chinese
liswei commited on
Commit
3d78cb9
·
verified ·
1 Parent(s): ad034d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ For instruction-tuned modesl, we adapt the [LLaMA2](https://huggingface.co/meta-
59
  {{ user_message }} [/INST]
60
  ```
61
 
62
- The model could be load via `AutoModelForCausalLM` and `text-generation-inference` with `trust_remote_code=True`:
63
  ```python
64
  taiwan_elm_270m = AutoModelForCausalLM.from_pretrained("liswei/Taiwan-ELM-270M", trust_remote_code=True)
65
  ```
 
59
  {{ user_message }} [/INST]
60
  ```
61
 
62
+ The model could be load via `AutoModelForCausalLM` or `text-generation-inference` with `trust_remote_code=True`:
63
  ```python
64
  taiwan_elm_270m = AutoModelForCausalLM.from_pretrained("liswei/Taiwan-ELM-270M", trust_remote_code=True)
65
  ```