kyujinpy commited on
Commit
f7cee93
1 Parent(s): 38abda7

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
  language:
3
  - en
 
 
4
  pipeline_tag: text-generation
5
  license: cc-by-nc-sa-4.0
6
  ---
7
 
8
- # **Sakura-SOLAR-Instruct**
9
  <img src='./sakura.png' width=512>
10
 
11
  ## Model Details
@@ -13,9 +15,9 @@ license: cc-by-nc-sa-4.0
13
  **Model Developers** Kyujin Han (kyujinpy)
14
 
15
  **Method**
16
- [Mergekit](https://github.com/cg123/mergekit)
17
  I shared the information about my model. (training and code)
18
- Please see: [⭐Sakura-SOLAR(will update)](https://github.com/KyujinHan/Sakura-SOLAR-DPO).
19
 
20
  # **Model Benchmark**
21
 
@@ -35,7 +37,7 @@ Please see: [⭐Sakura-SOLAR(will update)](https://github.com/KyujinHan/Sakura-S
35
  from transformers import AutoModelForCausalLM, AutoTokenizer
36
  import torch
37
 
38
- repo = "kyujinpy/Sakura-SOLAR-Instruct"
39
  OpenOrca = AutoModelForCausalLM.from_pretrained(
40
  repo,
41
  return_dict=True,
 
1
  ---
2
  language:
3
  - en
4
+ Dataset:
5
+ - argilla/distilabel-math-preference-dpo
6
  pipeline_tag: text-generation
7
  license: cc-by-nc-sa-4.0
8
  ---
9
 
10
+ # **Sakura-SOLAR-Instruct-DPO-v1**
11
  <img src='./sakura.png' width=512>
12
 
13
  ## Model Details
 
15
  **Model Developers** Kyujin Han (kyujinpy)
16
 
17
  **Method**
18
+ Using [Mergekit](https://github.com/cg123/mergekit).
19
  I shared the information about my model. (training and code)
20
+ Please see: [⭐Sakura-SOLAR(will update)]().
21
 
22
  # **Model Benchmark**
23
 
 
37
  from transformers import AutoModelForCausalLM, AutoTokenizer
38
  import torch
39
 
40
+ repo = "kyujinpy/Sakura-SOLAR-Instruct-DPO-v1"
41
  OpenOrca = AutoModelForCausalLM.from_pretrained(
42
  repo,
43
  return_dict=True,