Locutusque commited on
Commit
8a3ca34
1 Parent(s): 154c19b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +165 -0
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ datasets:
4
+ - M4-ai/Rhino
5
+ language:
6
+ - en
7
+ base_model: mistralai/Mistral-7B-v0.1
8
+ co2_eq_emissions:
9
+ emissions: 3.8
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+ This model aims to be a high-performance chatbot. During training, examples that have a quality score of less than 0.03 are skipped.
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+ This model is to be used as a general-purpose chatbot/assistant. Trained on about 300,000 examples of M4-ai/Rhino, examples with a quality score lower than 0.03 are removed. During validation, this model achieved a loss of 0.55
24
+
25
+ - **Developed by:** Locutusque
26
+ - **Model type:** mistral
27
+ - **Language(s) (NLP):** English
28
+ - **License:** cc-by-nc-4.0
29
+ - **Finetuned from model:** mistralai/Mistral-7B-v0.1
30
+
31
+
32
+ ## Uses
33
+
34
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
35
+
36
+ This model is to be used as a general-purpose assistant, and may need to be further fine-tuned on DPO to detoxify the model or SFT for a more specific task.
37
+
38
+ ### Direct Use
39
+
40
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
41
+
42
+ This model should be used as a general assistant. this model is Capable of writing code, answering questions, and following instructions.
43
+
44
+ ### Downstream Use [optional]
45
+
46
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Out-of-Scope Use
51
+
52
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
53
+
54
+ [More Information Needed]
55
+
56
+ ## Bias, Risks, and Limitations
57
+
58
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ### Recommendations
63
+
64
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
65
+
66
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
67
+
68
+
69
+ ## Training Details
70
+
71
+ ### Training Data
72
+
73
+ <!-- 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. -->
74
+
75
+ [More Information Needed]
76
+
77
+ ### Training Procedure
78
+
79
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
80
+
81
+ #### Training Hyperparameters
82
+
83
+ - **Training regime:** bf16 non-mixed precision <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
84
+
85
+ ## Evaluation
86
+
87
+ <!-- This section describes the evaluation protocols and provides the results. -->
88
+
89
+ ### Testing Data, Factors & Metrics
90
+
91
+ #### Testing Data
92
+
93
+ <!-- This should link to a Dataset Card if possible. -->
94
+
95
+ First 100 examples of M4-ai/Rhino. Training data does not include these examples.
96
+
97
+
98
+ ### Results
99
+
100
+ Test loss - 0.55
101
+
102
+ #### Summary
103
+
104
+
105
+ ## Environmental Impact
106
+
107
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
108
+
109
+ 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).
110
+
111
+ - **Hardware Type:** 8 TPU V3s
112
+ - **Hours used:** 24
113
+ - **Cloud Provider:** Kaggle
114
+ - **Compute Region:** [More Information Needed]
115
+ - **Carbon Emitted:** 3.8
116
+
117
+ ## Technical Specifications [optional]
118
+
119
+ ### Model Architecture and Objective
120
+
121
+ [More Information Needed]
122
+
123
+ ### Compute Infrastructure
124
+
125
+ [More Information Needed]
126
+
127
+ #### Hardware
128
+
129
+ [More Information Needed]
130
+
131
+ #### Software
132
+
133
+ [More Information Needed]
134
+
135
+ ## Citation [optional]
136
+
137
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
138
+
139
+ **BibTeX:**
140
+
141
+ [More Information Needed]
142
+
143
+ **APA:**
144
+
145
+ [More Information Needed]
146
+
147
+ ## Glossary [optional]
148
+
149
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
150
+
151
+ [More Information Needed]
152
+
153
+ ## More Information [optional]
154
+
155
+ [More Information Needed]
156
+
157
+ ## Model Card Authors [optional]
158
+
159
+ [More Information Needed]
160
+
161
+ ## Model Card Contact
162
+
163
+ [More Information Needed]
164
+
165
+