hendrydong commited on
Commit
3053553
1 Parent(s): 87cf99e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -131
README.md CHANGED
@@ -2,22 +2,22 @@
2
  This model is the RLHF version of `HuggingFaceH4/mistral-7b-sft-beta` without any external responses.
3
 
4
 
5
- ## Model Details
6
 
7
- ### Model Description
8
 
9
- <!-- Provide a longer summary of what this model is. -->
10
 
11
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
12
 
13
- - **Developed by:** [More Information Needed]
14
- - **Funded by [optional]:** [More Information Needed]
15
- - **Shared by [optional]:** [More Information Needed]
16
- - **Model type:** [More Information Needed]
17
- - **Language(s) (NLP):** [More Information Needed]
18
- - **License:** [More Information Needed]
19
- - **Finetuned from model [optional]:** [More Information Needed]
20
 
 
 
 
 
 
 
 
21
 
22
  ## Uses
23
 
@@ -49,136 +49,24 @@ print(outputs[0]["generated_text"])
49
  # Ah, me hearty matey! But yer question be a puzzler! A human cannot eat a helicopter in one sitting, as helicopters are not edible. They be made of metal, plastic, and other materials, not food!
50
  ```
51
 
52
- ### Recommendations
53
-
54
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
55
-
56
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
57
-
58
- ## How to Get Started with the Model
59
-
60
- Use the code below to get started with the model.
61
-
62
- [More Information Needed]
63
-
64
- ## Training Details
65
-
66
- ### Training Data
67
-
68
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
69
-
70
- [More Information Needed]
71
-
72
- ### Training Procedure
73
-
74
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
75
-
76
- #### Preprocessing [optional]
77
 
78
- [More Information Needed]
79
 
80
 
81
- #### Training Hyperparameters
82
-
83
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
84
-
85
- #### Speeds, Sizes, Times [optional]
86
-
87
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
88
-
89
- [More Information Needed]
90
-
91
  ## Evaluation
92
 
93
- <!-- This section describes the evaluation protocols and provides the results. -->
94
-
95
- ### Testing Data, Factors & Metrics
96
-
97
- #### Testing Data
98
-
99
- <!-- This should link to a Dataset Card if possible. -->
100
-
101
- [More Information Needed]
102
-
103
- #### Factors
104
-
105
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
106
-
107
- [More Information Needed]
108
-
109
- #### Metrics
110
-
111
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
112
-
113
- [More Information Needed]
114
-
115
- ### Results
116
-
117
- [More Information Needed]
118
-
119
- #### Summary
120
-
121
-
122
-
123
- ## Model Examination [optional]
124
-
125
- <!-- Relevant interpretability work for the model goes here -->
126
-
127
- [More Information Needed]
128
-
129
- ## Environmental Impact
130
-
131
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
132
-
133
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
134
-
135
- - **Hardware Type:** [More Information Needed]
136
- - **Hours used:** [More Information Needed]
137
- - **Cloud Provider:** [More Information Needed]
138
- - **Compute Region:** [More Information Needed]
139
- - **Carbon Emitted:** [More Information Needed]
140
-
141
- ## Technical Specifications [optional]
142
-
143
- ### Model Architecture and Objective
144
-
145
- [More Information Needed]
146
-
147
- ### Compute Infrastructure
148
-
149
- [More Information Needed]
150
-
151
- #### Hardware
152
-
153
- [More Information Needed]
154
-
155
- #### Software
156
-
157
- [More Information Needed]
158
-
159
- ## Citation [optional]
160
-
161
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
162
-
163
- **BibTeX:**
164
-
165
- [More Information Needed]
166
-
167
- **APA:**
168
-
169
- [More Information Needed]
170
-
171
- ## Glossary [optional]
172
 
173
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
 
 
 
 
 
174
 
175
- [More Information Needed]
176
 
177
- ## More Information [optional]
178
 
179
- [More Information Needed]
180
 
181
- ## References
182
 
183
  If you found this helpful, please cite the following papers.
184
 
 
2
  This model is the RLHF version of `HuggingFaceH4/mistral-7b-sft-beta` without any external responses.
3
 
4
 
5
+ **We obtain 35.95% win-rate on Alpaca Eval v2.**
6
 
7
+ ## Model Details
8
 
9
+ We perform 3 iterations of GSHF algorithm on `HuggingFaceH4/mistral-7b-sft-beta`, where prompts are generated by ChatGPT with self-instruct type prompt augmentation.
10
 
11
+ We use AI-generated 60K prompts in the training process.
12
 
 
 
 
 
 
 
 
13
 
14
+ ```json
15
+ {"prompt": "Why is gold considered a good reserve asset for central banks?"}
16
+ {"prompt": "What are the top 5 yoga poses for stress relief?"}
17
+ {"prompt": "Craft a blog title about the health implications of eating avocados daily based on their caloric value."}
18
+ {"prompt": "Design a simple HTML chat interface that simulates a conversation between a user and a bot, displaying two messages from each."}
19
+ {"prompt": "List 10 names from different cultures that embody the meanings of peace, harmony, or compassion."}
20
+ ```
21
 
22
  ## Uses
23
 
 
49
  # Ah, me hearty matey! But yer question be a puzzler! A human cannot eat a helicopter in one sitting, as helicopters are not edible. They be made of metal, plastic, and other materials, not food!
50
  ```
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
 
53
 
54
 
 
 
 
 
 
 
 
 
 
 
55
  ## Evaluation
56
 
57
+ The evaluation on Alpaca Eval v2 are provided as below,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
+ | Model | Win Rate | LC Win Rate | Avg Length |
60
+ |-------------|----------|-------------|------------|
61
+ | Base | 4.63 | 8.01 | 916 |
62
+ | Iteration 1 | 13.26 | 20.81 | 1205 |
63
+ | Iteration 2 | 23.57 | 27.63 | 1623 |
64
+ | Iteration 3 | 35.95 | 34.79 | 2275 |
65
 
 
66
 
67
+ ## Citation
68
 
 
69
 
 
70
 
71
  If you found this helpful, please cite the following papers.
72