Commit
β’
de94462
1
Parent(s):
16ad34c
Update: Readme.md (#1)
Browse files- Update: Readme.md (315a351a445237bbc042909474937aab200db7f1)
Co-authored-by: de <[email protected]>
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": "λ°λλλ μλ νμμμ΄μΌ?"},
|