bond005 commited on
Commit
414e4b3
1 Parent(s): e3d7272

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md CHANGED
@@ -1,3 +1,64 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: ru
3
+ datasets:
4
+ - SberDevices/Golos
5
+ metrics:
6
+ - wer
7
+ - cer
8
+ tags:
9
+ - audio
10
+ - automatic-speech-recognition
11
+ - speech
12
+ - xlsr-fine-tuning-week
13
  license: apache-2.0
14
+ model-index:
15
+ - name: XLSR Wav2Vec2 Russian by Ivan Bondarenko
16
+ results:
17
+ - task:
18
+ name: Speech Recognition
19
+ type: automatic-speech-recognition
20
+ dataset:
21
+ name: Sberdevices Golos (crowd)
22
+ type: SberDevices/Golos
23
+ args: ru
24
+ metrics:
25
+ - name: Test WER
26
+ type: wer
27
+ value: 9.85
28
+ - name: Test CER
29
+ type: cer
30
+ value: 2.36
31
+ - task:
32
+ name: Speech Recognition
33
+ type: automatic-speech-recognition
34
+ dataset:
35
+ name: Sberdevices Golos (farfield)
36
+ type: SberDevices/Golos
37
+ args: ru
38
+ metrics:
39
+ - name: Test WER
40
+ type: wer
41
+ value: 20.64
42
+ - name: Test CER
43
+ type: cer
44
+ value: 5.55
45
  ---
46
+
47
+ # Wav2Vec2-Large-Ru-Golos
48
+
49
+ Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Russian using the [Sberdevices Golos](https://huggingface.co/datasets/SberDevices/Golos).
50
+ When using this model, make sure that your speech input is sampled at 16kHz.
51
+
52
+ ## Citation
53
+ If you want to cite this model you can use this:
54
+
55
+ ```bibtex
56
+ @misc{bondarenko2022wav2vec2-large-ru-golos,
57
+ title={XLSR Wav2Vec2 Russian by Ivan Bondarenko},
58
+ author={Bondarenko, Ivan},
59
+ publisher={Hugging Face},
60
+ journal={Hugging Face Hub},
61
+ howpublished={\url{https://huggingface.co/bond005/wav2vec2-large-ru-golos}},
62
+ year={2022}
63
+ }
64
+ ```