anton-l HF staff commited on
Commit
96ea6b9
1 Parent(s): 8aaa52c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -16
README.md CHANGED
@@ -1,6 +1,13 @@
1
  ---
 
2
  datasets:
3
- - librispeech_asr
 
 
 
 
 
 
4
  ---
5
  # Model Card for wav2vec2-base-superb-sv
6
 
@@ -10,16 +17,16 @@ datasets:
10
  ## Model Description
11
 
12
 
13
- - **Developed by:** Anton Lozhkov
14
- - **Shared by [Optional]:** More information needed
15
- - **Model type:** More information needed
16
- - **Language(s) (NLP):** More information needed
17
- - **License:** More information needed
18
  - **Related Models:**
19
- - **Parent Model:** wav2vec2
20
  - **Resources for more information:**
21
- - [GitHub Repo](https://github.com/pytorch/fairseq/tree/master/examples/wav2vec#wav2vec-20)
22
- - [Associated Paper](https://arxiv.org/abs/2006.11477)
23
 
24
 
25
  # Uses
@@ -27,11 +34,13 @@ datasets:
27
 
28
  ## Direct Use
29
 
30
- More information needed
31
-
32
- ## Downstream Use [Optional]
33
-
34
- More information needed
 
 
35
 
36
  ## Out-of-Scope Use
37
 
@@ -51,7 +60,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
51
 
52
  ## Training Data
53
 
54
- See the [librispeech_asr dataset card](https://huggingface.co/datasets/librispeech_asr)
55
 
56
  ## Training Procedure
57
 
@@ -71,7 +80,7 @@ More information needed
71
 
72
  ### Testing Data
73
 
74
- See the [librispeech_asr dataset card](https://huggingface.co/datasets/librispeech_asr)
75
 
76
  ### Factors
77
 
@@ -133,6 +142,24 @@ More information needed
133
 
134
  publisher = {arXiv},
135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  ```
137
 
138
 
 
1
  ---
2
+ language: en
3
  datasets:
4
+ - superb
5
+ tags:
6
+ - speech
7
+ - audio
8
+ - wav2vec2
9
+ - audio-classification
10
+ license: apache-2.0
11
  ---
12
  # Model Card for wav2vec2-base-superb-sv
13
 
 
17
  ## Model Description
18
 
19
 
20
+ - **Developed by:** Shu-wen Yang et al.
21
+ - **Shared by:** Anton Lozhkov
22
+ - **Model type:** Wav2Vec2 with an XVector head
23
+ - **Language(s) (NLP):** English
24
+ - **License:** Apache 2.0
25
  - **Related Models:**
26
+ - **Parent Model:** wav2vec2-large-lv60
27
  - **Resources for more information:**
28
+ - [GitHub Repo](https://github.com/s3prl/s3prl/tree/master/s3prl/downstream/sv_voxceleb1)
29
+ - [Associated Paper](https://arxiv.org/abs/2105.010517)
30
 
31
 
32
  # Uses
 
34
 
35
  ## Direct Use
36
 
37
+ This is a ported version of
38
+ [S3PRL's Wav2Vec2 for the SUPERB Speaker Verification task](https://github.com/s3prl/s3prl/tree/master/s3prl/downstream/sv_voxceleb1).
39
+
40
+ The base model is [wav2vec2-large-lv60](https://huggingface.co/facebook/wav2vec2-large-lv60), which is pretrained on 16kHz
41
+ sampled speech audio. When using the model make sure that your speech input is also sampled at 16Khz.
42
+
43
+ For more information refer to [SUPERB: Speech processing Universal PERformance Benchmark](https://arxiv.org/abs/2105.01051)
44
 
45
  ## Out-of-Scope Use
46
 
 
60
 
61
  ## Training Data
62
 
63
+ See the [superb dataset card](https://huggingface.co/datasets/superb)
64
 
65
  ## Training Procedure
66
 
 
80
 
81
  ### Testing Data
82
 
83
+ See the [superb dataset card](https://huggingface.co/datasets/superb)
84
 
85
  ### Factors
86
 
 
142
 
143
  publisher = {arXiv},
144
 
145
+
146
+ @misc{https://doi.org/10.48550/arxiv.2105.01051,
147
+ doi = {10.48550/ARXIV.2105.01051},
148
+
149
+ url = {https://arxiv.org/abs/2105.01051},
150
+
151
+ author = {Yang, Shu-wen and Chi, Po-Han and Chuang, Yung-Sung and Lai, Cheng-I Jeff and Lakhotia, Kushal and Lin, Yist Y. and Liu, Andy T. and Shi, Jiatong and Chang, Xuankai and Lin, Guan-Ting and Huang, Tzu-Hsien and Tseng, Wei-Cheng and Lee, Ko-tik and Liu, Da-Rong and Huang, Zili and Dong, Shuyan and Li, Shang-Wen and Watanabe, Shinji and Mohamed, Abdelrahman and Lee, Hung-yi},
152
+
153
+ keywords = {Computation and Language (cs.CL), 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},
154
+
155
+ title = {SUPERB: Speech processing Universal PERformance Benchmark},
156
+
157
+ publisher = {arXiv},
158
+
159
+ year = {2021},
160
+ }
161
+
162
+
163
  ```
164
 
165