Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,7 @@ Install the required libraries as follows:
|
|
25 |
|
26 |
Execute the following python code:
|
27 |
```python
|
|
|
28 |
tokenizer = AutoTokenizer.from_pretrained(
|
29 |
"pfnet/plamo-13b-instruct-nc",
|
30 |
trust_remote_code=True,
|
|
|
25 |
|
26 |
Execute the following python code:
|
27 |
```python
|
28 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
29 |
tokenizer = AutoTokenizer.from_pretrained(
|
30 |
"pfnet/plamo-13b-instruct-nc",
|
31 |
trust_remote_code=True,
|