sitingGZ commited on
Commit
45b669f
1 Parent(s): 6bc8a61

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +187 -0
README.md ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ ### Model Description
4
+
5
+ <!-- Provide a longer summary of what this model is. -->
6
+
7
+ - **Developed by:** [More Information Needed]
8
+ - **Shared by [optional]:** [More Information Needed]
9
+ - **Model type:** [More Information Needed]
10
+ - **Language(s) (NLP):** [More Information Needed]
11
+ - **License:** [More Information Needed]
12
+ - **Finetuned from model [optional]:** [More Information Needed]
13
+
14
+ ### Model Sources [optional]
15
+
16
+ <!-- Provide the basic links for the model. -->
17
+
18
+ - **Repository:** [More Information Needed]
19
+ - **Paper [optional]:** [More Information Needed]
20
+ - **Demo [optional]:** [More Information Needed]
21
+
22
+ ## Uses
23
+
24
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
25
+
26
+ ### Direct Use
27
+
28
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
29
+
30
+ [More Information Needed]
31
+
32
+ ### Downstream Use [optional]
33
+
34
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
35
+
36
+ [More Information Needed]
37
+
38
+ ### Out-of-Scope Use
39
+
40
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
41
+
42
+ [More Information Needed]
43
+
44
+ ## Bias, Risks, and Limitations
45
+
46
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Recommendations
51
+
52
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
53
+
54
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
55
+
56
+ ## How to Get Started with the Model
57
+
58
+ Use the code below to get started with the model.
59
+
60
+ [More Information Needed]
61
+
62
+ ## Training Details
63
+
64
+ ### Training Data
65
+
66
+ <!-- This should link to a Data 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. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Training Procedure
71
+
72
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
73
+
74
+ #### Preprocessing [optional]
75
+
76
+ [More Information Needed]
77
+
78
+
79
+ #### Training Hyperparameters
80
+
81
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
82
+
83
+ #### Speeds, Sizes, Times [optional]
84
+
85
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ## Evaluation
90
+
91
+ <!-- This section describes the evaluation protocols and provides the results. -->
92
+
93
+ ### Testing Data, Factors & Metrics
94
+
95
+ #### Testing Data
96
+
97
+ <!-- This should link to a Data Card if possible. -->
98
+
99
+ [More Information Needed]
100
+
101
+ #### Factors
102
+
103
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
104
+
105
+ [More Information Needed]
106
+
107
+ #### Metrics
108
+
109
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
110
+
111
+ [More Information Needed]
112
+
113
+ ### Results
114
+
115
+ [More Information Needed]
116
+
117
+ #### Summary
118
+
119
+
120
+
121
+ ## Model Examination [optional]
122
+
123
+ <!-- Relevant interpretability work for the model goes here -->
124
+
125
+ [More Information Needed]
126
+
127
+ ## Environmental Impact
128
+
129
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
130
+
131
+ 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).
132
+
133
+ - **Hardware Type:** [More Information Needed]
134
+ - **Hours used:** [More Information Needed]
135
+ - **Cloud Provider:** [More Information Needed]
136
+ - **Compute Region:** [More Information Needed]
137
+ - **Carbon Emitted:** [More Information Needed]
138
+
139
+ ## Technical Specifications [optional]
140
+
141
+ ### Model Architecture and Objective
142
+
143
+ [More Information Needed]
144
+
145
+ ### Compute Infrastructure
146
+
147
+ [More Information Needed]
148
+
149
+ #### Hardware
150
+
151
+ [More Information Needed]
152
+
153
+ #### Software
154
+
155
+ [More Information Needed]
156
+
157
+ ## Citation [optional]
158
+
159
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
160
+
161
+ **BibTeX:**
162
+
163
+ [More Information Needed]
164
+
165
+ **APA:**
166
+
167
+ [More Information Needed]
168
+
169
+ ## Glossary [optional]
170
+
171
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
172
+
173
+ [More Information Needed]
174
+
175
+ ## More Information [optional]
176
+
177
+ [More Information Needed]
178
+
179
+ ## Model Card Authors [optional]
180
+
181
+ [More Information Needed]
182
+
183
+ ## Model Card Contact
184
+
185
+ [More Information Needed]
186
+
187
+