Update README.md
Browse files
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`
|
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 |
```
|