ofields commited on
Commit
83bf67b
·
1 Parent(s): 170cd28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -241
README.md CHANGED
@@ -1,248 +1,11 @@
1
  ---
2
  license: mit
3
- ---
4
-
5
- ---
6
-
7
- ---
8
-
9
-
10
-
11
-
12
-
13
-
14
- # Model Card for Baby Sleeping
15
-
16
- <!-- Provide a quick summary of what the model is/does. [Optional] -->
17
- Some cool model...
18
-
19
-
20
-
21
-
22
- # Table of Contents
23
-
24
- - [Model Card for Baby Sleeping](#model-card-for--model_id-)
25
- - [Table of Contents](#table-of-contents)
26
- - [Table of Contents](#table-of-contents-1)
27
- - [Model Details](#model-details)
28
- - [Model Description](#model-description)
29
- - [Uses](#uses)
30
- - [Direct Use](#direct-use)
31
- - [Downstream Use [Optional]](#downstream-use-optional)
32
- - [Out-of-Scope Use](#out-of-scope-use)
33
- - [Bias, Risks, and Limitations](#bias-risks-and-limitations)
34
- - [Recommendations](#recommendations)
35
- - [Training Details](#training-details)
36
- - [Training Data](#training-data)
37
- - [Training Procedure](#training-procedure)
38
- - [Preprocessing](#preprocessing)
39
- - [Speeds, Sizes, Times](#speeds-sizes-times)
40
- - [Evaluation](#evaluation)
41
- - [Testing Data, Factors & Metrics](#testing-data-factors--metrics)
42
- - [Testing Data](#testing-data)
43
- - [Factors](#factors)
44
- - [Metrics](#metrics)
45
- - [Results](#results)
46
- - [Model Examination](#model-examination)
47
- - [Environmental Impact](#environmental-impact)
48
- - [Technical Specifications [optional]](#technical-specifications-optional)
49
- - [Model Architecture and Objective](#model-architecture-and-objective)
50
- - [Compute Infrastructure](#compute-infrastructure)
51
- - [Hardware](#hardware)
52
- - [Software](#software)
53
- - [Citation](#citation)
54
- - [Glossary [optional]](#glossary-optional)
55
- - [More Information [optional]](#more-information-optional)
56
- - [Model Card Authors [optional]](#model-card-authors-optional)
57
- - [Model Card Contact](#model-card-contact)
58
- - [How to Get Started with the Model](#how-to-get-started-with-the-model)
59
-
60
-
61
- # Model Details
62
-
63
- ## Model Description
64
-
65
- <!-- Provide a longer summary of what this model is/does. -->
66
- Some cool model...
67
-
68
- - **Developed by:** More information needed
69
- - **Shared by [Optional]:** More information needed
70
- - **Model type:** Language model
71
- - **Language(s) (NLP):** en
72
- - **License:** mit
73
- - **Parent Model:** More information needed
74
- - **Resources for more information:** More information needed
75
-
76
-
77
-
78
- # Uses
79
-
80
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
81
-
82
- ## Direct Use
83
-
84
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
85
- <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
86
-
87
-
88
-
89
-
90
-
91
- ## Out-of-Scope Use
92
-
93
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
94
- <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
95
-
96
-
97
-
98
-
99
- # Bias, Risks, and Limitations
100
-
101
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
102
-
103
- Significant research has explored bias and fairness issues with language models (see, e.g., [Sheng et al. (2021)](https://aclanthology.org/2021.acl-long.330.pdf) and [Bender et al. (2021)](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)). Predictions generated by the model may include disturbing and harmful stereotypes across protected classes; identity characteristics; and sensitive, social, and occupational groups.
104
-
105
-
106
- ## Recommendations
107
-
108
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
109
-
110
-
111
-
112
-
113
-
114
- # Training Details
115
-
116
- ## Training Data
117
-
118
- <!-- 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. -->
119
-
120
- More information on training data needed
121
-
122
-
123
- ## Training Procedure
124
-
125
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
126
-
127
- ### Preprocessing
128
-
129
- More information needed
130
-
131
- ### Speeds, Sizes, Times
132
-
133
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
134
-
135
- More information needed
136
-
137
- # Evaluation
138
-
139
- <!-- This section describes the evaluation protocols and provides the results. -->
140
-
141
- ## Testing Data, Factors & Metrics
142
-
143
- ### Testing Data
144
-
145
- <!-- This should link to a Data Card if possible. -->
146
-
147
- More information needed
148
-
149
-
150
- ### Factors
151
-
152
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
153
-
154
- More information needed
155
-
156
- ### Metrics
157
-
158
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
159
-
160
- More information needed
161
-
162
- ## Results
163
-
164
- More information needed
165
-
166
- # Model Examination
167
-
168
- More information needed
169
-
170
- # Environmental Impact
171
-
172
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
173
-
174
- 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).
175
-
176
- - **Hardware Type:** More information needed
177
- - **Hours used:** More information needed
178
- - **Cloud Provider:** More information needed
179
- - **Compute Region:** More information needed
180
- - **Carbon Emitted:** More information needed
181
-
182
- # Technical Specifications [optional]
183
-
184
- ## Model Architecture and Objective
185
-
186
- More information needed
187
-
188
- ## Compute Infrastructure
189
-
190
- More information needed
191
-
192
- ### Hardware
193
-
194
- More information needed
195
-
196
- ### Software
197
-
198
- More information needed
199
-
200
- # Citation
201
-
202
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
203
-
204
- **BibTeX:**
205
-
206
- More information needed
207
-
208
- **APA:**
209
-
210
- More information needed
211
-
212
- # Glossary [optional]
213
-
214
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
215
-
216
- More information needed
217
-
218
- # More Information [optional]
219
-
220
- More information needed
221
-
222
- # Model Card Authors [optional]
223
-
224
- <!-- This section provides another layer of transparency and accountability. Whose views is this model card representing? How many voices were included in its construction? Etc. -->
225
-
226
- More information needed
227
-
228
- # Model Card Contact
229
-
230
- More information needed
231
-
232
- # How to Get Started with the Model
233
-
234
- Use the code below to get started with the model.
235
-
236
- <details>
237
- <summary> Click to expand </summary>
238
-
239
- More information needed
240
-
241
- </details>
242
-
243
 
244
  widget:
245
  - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/football-match.jpg
246
  example_title: Football Match
247
  - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/airport.jpg
248
- example_title: Airport
 
 
 
 
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
  widget:
5
  - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/football-match.jpg
6
  example_title: Football Match
7
  - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/airport.jpg
8
+ example_title: Airport
9
+ ---
10
+
11
+