File size: 3,128 Bytes
4e3cf4d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
{{ card_data }}
---

# {{ model_id | default("MyModelName", true)}}

## Table of Contents
- [Model Details](#model-details)
- [How To Get Started With the Model](#how-to-get-started-with-the-model)
- [Uses](#uses)
  - [Direct Use](#direct-use)
  - [Downstream Use](#downstream-use)
  - [Misuse and Out of Scope Use](#misuse-and-out-of-scope-use)
- [Limitations and Biases](#limitations-and-biases)
- [Training](#training)
  - [Training Data](#training-data)
  - [Training Procedure](#training-procedure)
- [Evaluation Results](#evaluation-results)
- [Environmental Impact](#environmental-impact)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)


## Model Details

<!-- Give an overview of your model, the relevant research paper, who trained it, etc.  -->

{{ model_description if model_description else "[More Information Needed]" }}

- Developed by: {{ authors if authors }}
- Language(s): {{ languages }}
- License: This model is licensed under the {{ license }}{{ " license" if "license" not in license.lower() }}
- Resources for more information:
{{ "  - [Research Paper](" + paper_url + ")" if paper_url }}
{{ "  - [GitHub Repo](" + github_url + ")" if github_url }}


## How to Get Started with the Model 

Use the code below to get started with the model.

```python
# A nice code snippet here that describes how to use the model...
```

## Uses

#### Direct Use

<!-- Describe what kind of tasks this model can be used for directly or problems it can solve. -->

[More Information Needed]

#### Downstream Use

<!-- Describe how this model could be leveraged by a downstream model (if applicable) -->

[More Information Needed]

#### Misuse and Out-of-scope Use

<!-- Describe ways in which this model ***should not*** be used. -->

[More Information Needed]

## Limitations and Biases

<!-- Describe limitations and biases of this model or models of it's type. -->

**CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propogate historical and current stereotypes.**

[More Information Needed]

## Training

#### Training Data

<!-- Describe the dataset used to train this model. -->
<!-- Refer to data card if dataset is provided and exists on the hub -->

See the data card for additional information.

#### Training Procedure

<!-- Describe the preprocessing, hardware used, training hyperparameters, etc. -->

[More Information Needed]

## Evaluation Results

<!-- Describe evaluation results of this model across any datasets it was evaluated on. -->

[More Information Needed]

## Environmental Impact

<!-- Provide information to document the environmental impact of this model -->

You can estimate carbon emissions using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700)

- **Hardware Type:** 
- **Hours used:** 
- **Cloud Provider:** 
- **Compute Region:** 
- **Carbon Emitted:** {{ emissions if emissions }}


## Citation Information

```bibtex
{{ bibtex_citations if bibtex_citations }}
```