JeongwonChoi
commited on
Commit
โข
4f5189b
1
Parent(s):
0d33813
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ base_model: upstage/SOLAR-10.7B-Instruct-v1.0
|
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
-
# **DataVortexS-10.7B-dpo-v1.
|
12 |
|
13 |
<img src="./DataVortex.png" alt="DataVortex" style="height: 8em;">
|
14 |
|
@@ -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": "๋น์ ์ ์ฌ๋๋ค์ด ์ ๋ณด๋ฅผ ์ฐพ์ ์ ์๋๋ก ๋์์ฃผ๋ ์ธ๊ณต์ง๋ฅ ๋น์์
๋๋ค."},
|
|
|
8 |
pipeline_tag: text-generation
|
9 |
---
|
10 |
|
11 |
+
# **DataVortexS-10.7B-dpo-v1.8**
|
12 |
|
13 |
<img src="./DataVortex.png" alt="DataVortex" style="height: 8em;">
|
14 |
|
|
|
76 |
|
77 |
device = "cuda" # the device to load the model onto
|
78 |
|
79 |
+
model = AutoModelForCausalLM.from_pretrained("Edentns/DataVortexS-10.7B-dpo-v1.8")
|
80 |
+
tokenizer = AutoTokenizer.from_pretrained("Edentns/DataVortexS-10.7B-dpo-v1.8")
|
81 |
|
82 |
messages = [
|
83 |
{"role": "system", "content": "๋น์ ์ ์ฌ๋๋ค์ด ์ ๋ณด๋ฅผ ์ฐพ์ ์ ์๋๋ก ๋์์ฃผ๋ ์ธ๊ณต์ง๋ฅ ๋น์์
๋๋ค."},
|