atsuki-yamaguchi
commited on
Commit
•
625d267
1
Parent(s):
52784b0
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-te-30K-500-align-
|
38 |
)
|
39 |
tokenizer = AutoTokenizer.from_pretrained(
|
40 |
-
"atsuki-yamaguchi/Llama-2-7b-hf-te-30K-500-align-
|
41 |
)
|
42 |
```
|
43 |
|
|
|
34 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
35 |
|
36 |
model = AutoModelForCausalLM.from_pretrained(
|
37 |
+
"atsuki-yamaguchi/Llama-2-7b-hf-te-30K-500-align-2x2ls-mtp-512"
|
38 |
)
|
39 |
tokenizer = AutoTokenizer.from_pretrained(
|
40 |
+
"atsuki-yamaguchi/Llama-2-7b-hf-te-30K-500-align-2x2ls-mtp-512"
|
41 |
)
|
42 |
```
|
43 |
|