nmarafo commited on
Commit
a7b98d7
1 Parent(s): ccc0919

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -187
README.md CHANGED
@@ -23,66 +23,6 @@ Student Answer: {student_answer}[/INST]"
23
  ```
24
 
25
 
26
-
27
-
28
- ## Model Details
29
-
30
- ### Model Description
31
-
32
- <!-- Provide a longer summary of what this model is. -->
33
-
34
-
35
-
36
- - **Developed by:** [More Information Needed]
37
- - **Funded by [optional]:** [More Information Needed]
38
- - **Shared by [optional]:** [More Information Needed]
39
- - **Model type:** [More Information Needed]
40
- - **Language(s) (NLP):** [More Information Needed]
41
- - **License:** [More Information Needed]
42
- - **Finetuned from model [optional]:** [More Information Needed]
43
-
44
- ### Model Sources [optional]
45
-
46
- <!-- Provide the basic links for the model. -->
47
-
48
- - **Repository:** [More Information Needed]
49
- - **Paper [optional]:** [More Information Needed]
50
- - **Demo [optional]:** [More Information Needed]
51
-
52
- ## Uses
53
-
54
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
55
-
56
- ### Direct Use
57
-
58
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
59
-
60
- [More Information Needed]
61
-
62
- ### Downstream Use [optional]
63
-
64
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
65
-
66
- [More Information Needed]
67
-
68
- ### Out-of-Scope Use
69
-
70
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
71
-
72
- [More Information Needed]
73
-
74
- ## Bias, Risks, and Limitations
75
-
76
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
77
-
78
- [More Information Needed]
79
-
80
- ### Recommendations
81
-
82
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
83
-
84
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
85
-
86
  ## How to Get Started with the Model
87
  In Google Colab:
88
  ```
@@ -145,133 +85,6 @@ generation_config = GenerationConfig(
145
  max_new_tokens=512
146
  )
147
 
148
- [More Information Needed]
149
-
150
- ## Training Details
151
-
152
- ### Training Data
153
-
154
- <!-- 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. -->
155
-
156
- [More Information Needed]
157
-
158
- ### Training Procedure
159
-
160
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
161
-
162
- #### Preprocessing [optional]
163
-
164
- [More Information Needed]
165
-
166
-
167
- #### Training Hyperparameters
168
-
169
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
170
-
171
- #### Speeds, Sizes, Times [optional]
172
-
173
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
174
-
175
- [More Information Needed]
176
-
177
- ## Evaluation
178
-
179
- <!-- This section describes the evaluation protocols and provides the results. -->
180
-
181
- ### Testing Data, Factors & Metrics
182
-
183
- #### Testing Data
184
-
185
- <!-- This should link to a Dataset Card if possible. -->
186
-
187
- [More Information Needed]
188
-
189
- #### Factors
190
-
191
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
192
-
193
- [More Information Needed]
194
-
195
- #### Metrics
196
-
197
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
198
-
199
- [More Information Needed]
200
-
201
- ### Results
202
-
203
- [More Information Needed]
204
-
205
- #### Summary
206
-
207
-
208
-
209
- ## Model Examination [optional]
210
-
211
- <!-- Relevant interpretability work for the model goes here -->
212
-
213
- [More Information Needed]
214
-
215
- ## Environmental Impact
216
-
217
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
218
-
219
- 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).
220
-
221
- - **Hardware Type:** [More Information Needed]
222
- - **Hours used:** [More Information Needed]
223
- - **Cloud Provider:** [More Information Needed]
224
- - **Compute Region:** [More Information Needed]
225
- - **Carbon Emitted:** [More Information Needed]
226
-
227
- ## Technical Specifications [optional]
228
-
229
- ### Model Architecture and Objective
230
-
231
- [More Information Needed]
232
-
233
- ### Compute Infrastructure
234
-
235
- [More Information Needed]
236
-
237
- #### Hardware
238
-
239
- [More Information Needed]
240
-
241
- #### Software
242
-
243
- [More Information Needed]
244
-
245
- ## Citation [optional]
246
-
247
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
248
-
249
- **BibTeX:**
250
-
251
- [More Information Needed]
252
-
253
- **APA:**
254
-
255
- [More Information Needed]
256
-
257
- ## Glossary [optional]
258
-
259
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
260
-
261
- [More Information Needed]
262
-
263
- ## More Information [optional]
264
-
265
- [More Information Needed]
266
-
267
- ## Model Card Authors [optional]
268
-
269
- [More Information Needed]
270
-
271
- ## Model Card Contact
272
-
273
- [More Information Needed]
274
-
275
 
276
  ### Framework versions
277
 
 
23
  ```
24
 
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ## How to Get Started with the Model
27
  In Google Colab:
28
  ```
 
85
  max_new_tokens=512
86
  )
87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
 
89
  ### Framework versions
90