torotoki commited on
Commit
caa2d88
1 Parent(s): 0840db4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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,