JeongwonChoi
commited on
Commit
โข
0c5f306
1
Parent(s):
0e953f6
Update README.md
Browse files
README.md
CHANGED
@@ -76,8 +76,8 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
76 |
|
77 |
device = "cuda" # the device to load the model onto
|
78 |
|
79 |
-
model = AutoModelForCausalLM.from_pretrained("Edentns/DataVortexS-10.7B-dpo-v1.
|
80 |
-
tokenizer = AutoTokenizer.from_pretrained("Edentns/DataVortexS-10.7B-dpo-v1.
|
81 |
|
82 |
messages = [
|
83 |
{"role": "system", "content": "๋น์ ์ ์ฌ๋๋ค์ด ์ ๋ณด๋ฅผ ์ฐพ์ ์ ์๋๋ก ๋์์ฃผ๋ ์ธ๊ณต์ง๋ฅ ๋น์์
๋๋ค."},
|
|
|
76 |
|
77 |
device = "cuda" # the device to load the model onto
|
78 |
|
79 |
+
model = AutoModelForCausalLM.from_pretrained("Edentns/DataVortexS-10.7B-dpo-v1.1")
|
80 |
+
tokenizer = AutoTokenizer.from_pretrained("Edentns/DataVortexS-10.7B-dpo-v1.1")
|
81 |
|
82 |
messages = [
|
83 |
{"role": "system", "content": "๋น์ ์ ์ฌ๋๋ค์ด ์ ๋ณด๋ฅผ ์ฐพ์ ์ ์๋๋ก ๋์์ฃผ๋ ์ธ๊ณต์ง๋ฅ ๋น์์
๋๋ค."},
|