JeongwonChoi commited on
Commit
4f5189b
โ€ข
1 Parent(s): 0d33813

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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.1**
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.1")
80
- tokenizer = AutoTokenizer.from_pretrained("Edentns/DataVortexS-10.7B-dpo-v1.1")
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": "๋‹น์‹ ์€ ์‚ฌ๋žŒ๋“ค์ด ์ •๋ณด๋ฅผ ์ฐพ์„ ์ˆ˜ ์žˆ๋„๋ก ๋„์™€์ฃผ๋Š” ์ธ๊ณต์ง€๋Šฅ ๋น„์„œ์ž…๋‹ˆ๋‹ค."},