atsuki-yamaguchi
commited on
Commit
•
9e648b3
1
Parent(s):
22f0d14
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -34,10 +34,10 @@ Use the code below to get started with the model.
|
|
34 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
35 |
|
36 |
model = AutoModelForCausalLM.from_pretrained(
|
37 |
-
"atsuki-yamaguchi/Llama-2-7b-hf-el-30K-align-
|
38 |
)
|
39 |
tokenizer = AutoTokenizer.from_pretrained(
|
40 |
-
"atsuki-yamaguchi/Llama-2-7b-hf-el-30K-align-
|
41 |
)
|
42 |
```
|
43 |
|
|
|
34 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
35 |
|
36 |
model = AutoModelForCausalLM.from_pretrained(
|
37 |
+
"atsuki-yamaguchi/Llama-2-7b-hf-el-30K-align-2x2ls-mtp-512"
|
38 |
)
|
39 |
tokenizer = AutoTokenizer.from_pretrained(
|
40 |
+
"atsuki-yamaguchi/Llama-2-7b-hf-el-30K-align-2x2ls-mtp-512"
|
41 |
)
|
42 |
```
|
43 |
|