patrickvonplaten nazneen commited on
Commit
3a6a41b
1 Parent(s): 77b68eb

model documentation (#3)

Browse files

- model documentation (968a513516bbc0a9388dbc511583c5a1b80bd5e3)


Co-authored-by: Nazneen Rajani <nazneen@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +168 -0
README.md ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+
5
+ ---
6
+ # Model Card for tiny-wav2vec2-no-tokenizer
7
+
8
+
9
+ # Model Details
10
+
11
+ ## Model Description
12
+
13
+
14
+ - **Developed by:** More information needed
15
+ - **Shared by [Optional]:** Patrick von Platen
16
+ - **Model type:** Automatic Speech Recognition
17
+ - **Language(s) (NLP):** en
18
+ - **License:** More information needed
19
+ - **Related Models:**
20
+ - **Parent Model:** Wav2Vec2
21
+ - **Resources for more information:**
22
+ - [GitHub Repo](https://github.com/facebookresearch/fairseq/tree/main/examples/wav2vec#wav2vec-20)
23
+ - [Associated Paper](https://arxiv.org/abs/2006.11477)
24
+ - [Associated Model Doc](https://huggingface.co/docs/transformers/main/en/model_doc/wav2vec2)
25
+
26
+ # Uses
27
+
28
+
29
+ ## Direct Use
30
+
31
+ This model can be used for the task of Automatic Speech Recognition
32
+
33
+
34
+ ## Downstream Use [Optional]
35
+
36
+ More information needed
37
+
38
+ ## Out-of-Scope Use
39
+
40
+ The model should not be used to intentionally create hostile or alienating environments for people.
41
+
42
+ # Bias, Risks, and Limitations
43
+
44
+ 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.
45
+
46
+
47
+ ## Recommendations
48
+
49
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
50
+
51
+
52
+ # Training Details
53
+
54
+ ## Training Data
55
+
56
+ More information needed
57
+
58
+ ## Training Procedure
59
+
60
+
61
+ ### Preprocessing
62
+
63
+ More information needed
64
+
65
+ ### Speeds, Sizes, Times
66
+
67
+ More information needed
68
+
69
+ # Evaluation
70
+
71
+
72
+ ## Testing Data, Factors & Metrics
73
+
74
+ ### Testing Data
75
+
76
+ More information needed
77
+
78
+ ### Factors
79
+
80
+
81
+ ### Metrics
82
+
83
+ More information needed
84
+ ## Results
85
+
86
+ More information needed
87
+
88
+ # Model Examination
89
+
90
+ More information needed
91
+
92
+ # Environmental Impact
93
+
94
+
95
+ 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).
96
+
97
+ - **Hardware Type:** More information needed
98
+ - **Hours used:** More information needed
99
+ - **Cloud Provider:** More information needed
100
+ - **Compute Region:** More information needed
101
+ - **Carbon Emitted:** More information needed
102
+
103
+ # Technical Specifications [optional]
104
+
105
+ ## Model Architecture and Objective
106
+
107
+ More information needed
108
+
109
+ ## Compute Infrastructure
110
+
111
+ More information needed
112
+
113
+ ### Hardware
114
+
115
+ More information needed
116
+
117
+ ### Software
118
+ More information needed
119
+
120
+ # Citation
121
+
122
+
123
+ **BibTeX:**
124
+ ```
125
+ @misc{https://doi.org/10.48550/arxiv.2006.11477,
126
+ doi = {10.48550/ARXIV.2006.11477},
127
+
128
+ url = {https://arxiv.org/abs/2006.11477},
129
+
130
+ author = {Baevski, Alexei and Zhou, Henry and Mohamed, Abdelrahman and Auli, Michael},
131
+
132
+ keywords = {Computation and Language (cs.CL), Machine Learning (cs.LG), Sound (cs.SD), Audio and Speech Processing (eess.AS), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Electrical engineering, electronic engineering, information engineering, FOS: Electrical engineering, electronic engineering, information engineering},
133
+
134
+ title = {wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations},
135
+
136
+ publisher = {arXiv},
137
+ ```
138
+
139
+
140
+ # Glossary [optional]
141
+ More information needed
142
+
143
+ # More Information [optional]
144
+
145
+ More information needed
146
+
147
+ # Model Card Authors [optional]
148
+
149
+
150
+ Patrick von Platen in collaboration with the Hugging Face team
151
+
152
+ # Model Card Contact
153
+
154
+ More information needed
155
+
156
+ # How to Get Started with the Model
157
+
158
+ Use the code below to get started with the model.
159
+
160
+ <details>
161
+ <summary> Click to expand </summary>
162
+
163
+ ```python
164
+ from transformers import AutoModel
165
+
166
+ model = AutoModel.from_pretrained("patrickvonplaten/tiny-wav2vec2-no-tokenizer")
167
+ ```
168
+ </details>