maywell commited on
Commit
4ac47a4
β€’
1 Parent(s): a4284d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,11 +36,11 @@ 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": "μ—”λΉ„λ””μ•„λŠ” 뭐 ν•˜λŠ” 기업이야?"},
44
  ]
45
 
46
  encodeds = tokenizer.apply_chat_template(messages, return_tensors="pt")
 
36
 
37
  device = "cuda" # the device to load the model onto
38
 
39
+ model = AutoModelForCausalLM.from_pretrained("maywell/Synatra-kiqu-7B")
40
+ tokenizer = AutoTokenizer.from_pretrained("maywell/Synatra-kiqu-7B")
41
 
42
  messages = [
43
+ {"role": "user", "content": "μ‚¬νšŒμ  ν•©μ˜λŠ” μ–΄λ–€ λ§₯λ½μ—μ„œ μ‚¬μš©λ˜λŠ” 말이야?"},
44
  ]
45
 
46
  encodeds = tokenizer.apply_chat_template(messages, return_tensors="pt")