atsuki-yamaguchi
commited on
Commit
•
7793e6b
1
Parent(s):
3bb876d
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-si-30K-5000-rand-
|
38 |
)
|
39 |
tokenizer = AutoTokenizer.from_pretrained(
|
40 |
-
"atsuki-yamaguchi/Llama-2-7b-hf-si-30K-5000-rand-
|
41 |
)
|
42 |
```
|
43 |
|
|
|
34 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
35 |
|
36 |
model = AutoModelForCausalLM.from_pretrained(
|
37 |
+
"atsuki-yamaguchi/Llama-2-7b-hf-si-30K-5000-rand-2x2ls-mtp-512"
|
38 |
)
|
39 |
tokenizer = AutoTokenizer.from_pretrained(
|
40 |
+
"atsuki-yamaguchi/Llama-2-7b-hf-si-30K-5000-rand-2x2ls-mtp-512"
|
41 |
)
|
42 |
```
|
43 |
|