Derur commited on
Commit
2260369
·
verified ·
1 Parent(s): df08ac8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +232 -0
README.md ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ - br
5
+ - cn
6
+ - zh
7
+ - de
8
+ - es
9
+ - fa
10
+ - fil
11
+ - fr
12
+ - gr
13
+ - el
14
+ - gu
15
+ - hi
16
+ - it
17
+ - ja
18
+ - kz
19
+ - uk
20
+ - ru
21
+ - nl
22
+ - pt
23
+ - pl
24
+ - ca
25
+ - cs
26
+ - eo
27
+ - ko
28
+ - sv
29
+ - te
30
+ - tg
31
+ - tr
32
+ - uz
33
+ - vn
34
+ pipeline_tag: automatic-speech-recognition
35
+ tags:
36
+ - vosk
37
+ - stt
38
+ ---
39
+ # Model Card for Model ID
40
+
41
+ <!-- Provide a quick summary of what the model is/does. -->
42
+
43
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
44
+
45
+ ## Model Details
46
+
47
+ ### Model Description
48
+
49
+ <!-- Provide a longer summary of what this model is. -->
50
+
51
+
52
+
53
+ - **Developed by:** [More Information Needed]
54
+ - **Funded by [optional]:** [More Information Needed]
55
+ - **Shared by [optional]:** [More Information Needed]
56
+ - **Model type:** [More Information Needed]
57
+ - **Language(s) (NLP):** [More Information Needed]
58
+ - **License:** [More Information Needed]
59
+ - **Finetuned from model [optional]:** [More Information Needed]
60
+
61
+ ### Model Sources [optional]
62
+
63
+ <!-- Provide the basic links for the model. -->
64
+
65
+ - **Repository:** [More Information Needed]
66
+ - **Paper [optional]:** [More Information Needed]
67
+ - **Demo [optional]:** [More Information Needed]
68
+
69
+ ## Uses
70
+
71
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
72
+
73
+ ### Direct Use
74
+
75
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
76
+
77
+ [More Information Needed]
78
+
79
+ ### Downstream Use [optional]
80
+
81
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
82
+
83
+ [More Information Needed]
84
+
85
+ ### Out-of-Scope Use
86
+
87
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ## Bias, Risks, and Limitations
92
+
93
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
94
+
95
+ [More Information Needed]
96
+
97
+ ### Recommendations
98
+
99
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
100
+
101
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
102
+
103
+ ## How to Get Started with the Model
104
+
105
+ Use the code below to get started with the model.
106
+
107
+ [More Information Needed]
108
+
109
+ ## Training Details
110
+
111
+ ### Training Data
112
+
113
+ <!-- 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. -->
114
+
115
+ [More Information Needed]
116
+
117
+ ### Training Procedure
118
+
119
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
120
+
121
+ #### Preprocessing [optional]
122
+
123
+ [More Information Needed]
124
+
125
+
126
+ #### Training Hyperparameters
127
+
128
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
129
+
130
+ #### Speeds, Sizes, Times [optional]
131
+
132
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
133
+
134
+ [More Information Needed]
135
+
136
+ ## Evaluation
137
+
138
+ <!-- This section describes the evaluation protocols and provides the results. -->
139
+
140
+ ### Testing Data, Factors & Metrics
141
+
142
+ #### Testing Data
143
+
144
+ <!-- This should link to a Dataset Card if possible. -->
145
+
146
+ [More Information Needed]
147
+
148
+ #### Factors
149
+
150
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
151
+
152
+ [More Information Needed]
153
+
154
+ #### Metrics
155
+
156
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
157
+
158
+ [More Information Needed]
159
+
160
+ ### Results
161
+
162
+ [More Information Needed]
163
+
164
+ #### Summary
165
+
166
+
167
+
168
+ ## Model Examination [optional]
169
+
170
+ <!-- Relevant interpretability work for the model goes here -->
171
+
172
+ [More Information Needed]
173
+
174
+ ## Environmental Impact
175
+
176
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
177
+
178
+ 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).
179
+
180
+ - **Hardware Type:** [More Information Needed]
181
+ - **Hours used:** [More Information Needed]
182
+ - **Cloud Provider:** [More Information Needed]
183
+ - **Compute Region:** [More Information Needed]
184
+ - **Carbon Emitted:** [More Information Needed]
185
+
186
+ ## Technical Specifications [optional]
187
+
188
+ ### Model Architecture and Objective
189
+
190
+ [More Information Needed]
191
+
192
+ ### Compute Infrastructure
193
+
194
+ [More Information Needed]
195
+
196
+ #### Hardware
197
+
198
+ [More Information Needed]
199
+
200
+ #### Software
201
+
202
+ [More Information Needed]
203
+
204
+ ## Citation [optional]
205
+
206
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
207
+
208
+ **BibTeX:**
209
+
210
+ [More Information Needed]
211
+
212
+ **APA:**
213
+
214
+ [More Information Needed]
215
+
216
+ ## Glossary [optional]
217
+
218
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
219
+
220
+ [More Information Needed]
221
+
222
+ ## More Information [optional]
223
+
224
+ [More Information Needed]
225
+
226
+ ## Model Card Authors [optional]
227
+
228
+ [More Information Needed]
229
+
230
+ ## Model Card Contact
231
+
232
+ [More Information Needed]