YLIK commited on
Commit
da6fd83
1 Parent(s): 8372197

Update metadata with huggingface_hub

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