Update: Readme.md
#1
by
kaki-paper
- opened
README.md
CHANGED
@@ -36,8 +36,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
36 |
|
37 |
device = "cuda" # the device to load the model onto
|
38 |
|
39 |
-
model = AutoModelForCausalLM.from_pretrained("maywell/Synatra-kiqu-10.7B
|
40 |
-
tokenizer = AutoTokenizer.from_pretrained("maywell/Synatra-kiqu-10.7B
|
41 |
|
42 |
messages = [
|
43 |
{"role": "user", "content": "λ°λλλ μλ νμμμ΄μΌ?"},
|
|
|
36 |
|
37 |
device = "cuda" # the device to load the model onto
|
38 |
|
39 |
+
model = AutoModelForCausalLM.from_pretrained("maywell/Synatra-kiqu-10.7B")
|
40 |
+
tokenizer = AutoTokenizer.from_pretrained("maywell/Synatra-kiqu-10.7B")
|
41 |
|
42 |
messages = [
|
43 |
{"role": "user", "content": "λ°λλλ μλ νμμμ΄μΌ?"},
|