Update README.md
#1
by
Jcarmody93
- opened
README.md
CHANGED
@@ -203,4 +203,203 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
203 |
|
204 |
## Model Card Contact
|
205 |
|
206 |
-
[More Information Needed]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
|
204 |
## Model Card Contact
|
205 |
|
206 |
+
[More Information Needed]---
|
207 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
208 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
209 |
+
{{ card_data }}
|
210 |
+
---
|
211 |
+
|
212 |
+
# Model Card for {{ model_id | default("Model ID", true) }}
|
213 |
+
|
214 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
215 |
+
|
216 |
+
{{ model_summary | default("", true) }}
|
217 |
+
|
218 |
+
## Model Details
|
219 |
+
|
220 |
+
### Model Description
|
221 |
+
|
222 |
+
<!-- Provide a longer summary of what this model is. -->
|
223 |
+
|
224 |
+
{{ model_description | default("", true) }}
|
225 |
+
|
226 |
+
- **Developed by:** {{ developers | default("[More Information Needed]", true)}}
|
227 |
+
- **Funded by [optional]:** {{ funded_by | default("[More Information Needed]", true)}}
|
228 |
+
- **Shared by [optional]:** {{ shared_by | default("[More Information Needed]", true)}}
|
229 |
+
- **Model type:** {{ model_type | default("[More Information Needed]", true)}}
|
230 |
+
- **Language(s) (NLP):** {{ language | default("[More Information Needed]", true)}}
|
231 |
+
- **License:** {{ license | default("[More Information Needed]", true)}}
|
232 |
+
- **Finetuned from model [optional]:** {{ base_model | default("[More Information Needed]", true)}}
|
233 |
+
|
234 |
+
### Model Sources [optional]
|
235 |
+
|
236 |
+
<!-- Provide the basic links for the model. -->
|
237 |
+
|
238 |
+
- **Repository:** {{ repo | default("[More Information Needed]", true)}}
|
239 |
+
- **Paper [optional]:** {{ paper | default("[More Information Needed]", true)}}
|
240 |
+
- **Demo [optional]:** {{ demo | default("[More Information Needed]", true)}}
|
241 |
+
|
242 |
+
## Uses
|
243 |
+
|
244 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
245 |
+
|
246 |
+
### Direct Use
|
247 |
+
|
248 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
249 |
+
|
250 |
+
{{ direct_use | default("[More Information Needed]", true)}}
|
251 |
+
|
252 |
+
### Downstream Use [optional]
|
253 |
+
|
254 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
255 |
+
|
256 |
+
{{ downstream_use | default("[More Information Needed]", true)}}
|
257 |
+
|
258 |
+
### Out-of-Scope Use
|
259 |
+
|
260 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
261 |
+
|
262 |
+
{{ out_of_scope_use | default("[More Information Needed]", true)}}
|
263 |
+
|
264 |
+
## Bias, Risks, and Limitations
|
265 |
+
|
266 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
267 |
+
|
268 |
+
{{ bias_risks_limitations | default("[More Information Needed]", true)}}
|
269 |
+
|
270 |
+
### Recommendations
|
271 |
+
|
272 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
273 |
+
|
274 |
+
{{ bias_recommendations | default("Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.", true)}}
|
275 |
+
|
276 |
+
## How to Get Started with the Model
|
277 |
+
|
278 |
+
Use the code below to get started with the model.
|
279 |
+
|
280 |
+
{{ get_started_code | default("[More Information Needed]", true)}}
|
281 |
+
|
282 |
+
## Training Details
|
283 |
+
|
284 |
+
### Training Data
|
285 |
+
|
286 |
+
<!-- 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. -->
|
287 |
+
|
288 |
+
{{ training_data | default("[More Information Needed]", true)}}
|
289 |
+
|
290 |
+
### Training Procedure
|
291 |
+
|
292 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
293 |
+
|
294 |
+
#### Preprocessing [optional]
|
295 |
+
|
296 |
+
{{ preprocessing | default("[More Information Needed]", true)}}
|
297 |
+
|
298 |
+
|
299 |
+
#### Training Hyperparameters
|
300 |
+
|
301 |
+
- **Training regime:** {{ training_regime | default("[More Information Needed]", true)}} <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
302 |
+
|
303 |
+
#### Speeds, Sizes, Times [optional]
|
304 |
+
|
305 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
306 |
+
|
307 |
+
{{ speeds_sizes_times | default("[More Information Needed]", true)}}
|
308 |
+
|
309 |
+
## Evaluation
|
310 |
+
|
311 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
312 |
+
|
313 |
+
### Testing Data, Factors & Metrics
|
314 |
+
|
315 |
+
#### Testing Data
|
316 |
+
|
317 |
+
<!-- This should link to a Dataset Card if possible. -->
|
318 |
+
|
319 |
+
{{ testing_data | default("[More Information Needed]", true)}}
|
320 |
+
|
321 |
+
#### Factors
|
322 |
+
|
323 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
324 |
+
|
325 |
+
{{ testing_factors | default("[More Information Needed]", true)}}
|
326 |
+
|
327 |
+
#### Metrics
|
328 |
+
|
329 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
330 |
+
|
331 |
+
{{ testing_metrics | default("[More Information Needed]", true)}}
|
332 |
+
|
333 |
+
### Results
|
334 |
+
|
335 |
+
{{ results | default("[More Information Needed]", true)}}
|
336 |
+
|
337 |
+
#### Summary
|
338 |
+
|
339 |
+
{{ results_summary | default("", true) }}
|
340 |
+
|
341 |
+
## Model Examination [optional]
|
342 |
+
|
343 |
+
<!-- Relevant interpretability work for the model goes here -->
|
344 |
+
|
345 |
+
{{ model_examination | default("[More Information Needed]", true)}}
|
346 |
+
|
347 |
+
## Environmental Impact
|
348 |
+
|
349 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
350 |
+
|
351 |
+
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).
|
352 |
+
|
353 |
+
- **Hardware Type:** {{ hardware_type | default("[More Information Needed]", true)}}
|
354 |
+
- **Hours used:** {{ hours_used | default("[More Information Needed]", true)}}
|
355 |
+
- **Cloud Provider:** {{ cloud_provider | default("[More Information Needed]", true)}}
|
356 |
+
- **Compute Region:** {{ cloud_region | default("[More Information Needed]", true)}}
|
357 |
+
- **Carbon Emitted:** {{ co2_emitted | default("[More Information Needed]", true)}}
|
358 |
+
|
359 |
+
## Technical Specifications [optional]
|
360 |
+
|
361 |
+
### Model Architecture and Objective
|
362 |
+
|
363 |
+
{{ model_specs | default("[More Information Needed]", true)}}
|
364 |
+
|
365 |
+
### Compute Infrastructure
|
366 |
+
|
367 |
+
{{ compute_infrastructure | default("[More Information Needed]", true)}}
|
368 |
+
|
369 |
+
#### Hardware
|
370 |
+
|
371 |
+
{{ hardware_requirements | default("[More Information Needed]", true)}}
|
372 |
+
|
373 |
+
#### Software
|
374 |
+
|
375 |
+
{{ software | default("[More Information Needed]", true)}}
|
376 |
+
|
377 |
+
## Citation [optional]
|
378 |
+
|
379 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
380 |
+
|
381 |
+
**BibTeX:**
|
382 |
+
|
383 |
+
{{ citation_bibtex | default("[More Information Needed]", true)}}
|
384 |
+
|
385 |
+
**APA:**
|
386 |
+
|
387 |
+
{{ citation_apa | default("[More Information Needed]", true)}}
|
388 |
+
|
389 |
+
## Glossary [optional]
|
390 |
+
|
391 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
392 |
+
|
393 |
+
{{ glossary | default("[More Information Needed]", true)}}
|
394 |
+
|
395 |
+
## More Information [optional]
|
396 |
+
|
397 |
+
{{ more_information | default("[More Information Needed]", true)}}
|
398 |
+
|
399 |
+
## Model Card Authors [optional]
|
400 |
+
|
401 |
+
{{ model_card_authors | default("[More Information Needed]", true)}}
|
402 |
+
|
403 |
+
## Model Card Contact
|
404 |
+
|
405 |
+
{{ model_card_contact | default("[More Information Needed]", true)}}
|