khanhld commited on
Commit
0756430
1 Parent(s): c73f4cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md CHANGED
@@ -1,3 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # FINETUNE WAV2VEC 2.0 FOR SPEECH RECOGNITION
2
  ## Table of contents
3
  1. [Documentation](#documentation)
 
1
+ ---
2
+ language: vi
3
+ datasets:
4
+ - vivos
5
+ - common_voice
6
+ metrics:
7
+ - wer
8
+ pipeline_tag: automatic-speech-recognition
9
+ tags:
10
+ - audio
11
+ - speech
12
+ - speechbrain
13
+ - Transformer
14
+ license: cc-by-nc-4.0
15
+ widget:
16
+ - example_title: Example 1
17
+ src: https://huggingface.co/dragonSwing/wav2vec2-base-vn-270h/raw/main/example.mp3
18
+ - example_title: Example 2
19
+ src: https://huggingface.co/dragonSwing/wav2vec2-base-vn-270h/raw/main/example2.mp3
20
+ model-index:
21
+ - name: Wav2vec2 Base Vietnamese 270h
22
+ results:
23
+ - task:
24
+ name: Speech Recognition
25
+ type: automatic-speech-recognition
26
+ dataset:
27
+ name: Common Voice vi
28
+ type: common_voice
29
+ args: vi
30
+ metrics:
31
+ - name: Test WER
32
+ type: wer
33
+ value: 9.66
34
+ - task:
35
+ name: Speech Recognition
36
+ type: automatic-speech-recognition
37
+ dataset:
38
+ name: Common Voice 7.0
39
+ type: mozilla-foundation/common_voice_7_0
40
+ args: vi
41
+ metrics:
42
+ - name: Test WER
43
+ type: wer
44
+ value: 5.57
45
+ - task:
46
+ name: Speech Recognition
47
+ type: automatic-speech-recognition
48
+ dataset:
49
+ name: Common Voice 8.0
50
+ type: mozilla-foundation/common_voice_8_0
51
+ args: vi
52
+ metrics:
53
+ - name: Test WER
54
+ type: wer
55
+ value: 5.76
56
+ - task:
57
+ name: Speech Recognition
58
+ type: automatic-speech-recognition
59
+ dataset:
60
+ name: VIVOS
61
+ type: vivos
62
+ args: vi
63
+ metrics:
64
+ - name: Test WER
65
+ type: wer
66
+ value: 3.70
67
+ ---
68
+
69
  # FINETUNE WAV2VEC 2.0 FOR SPEECH RECOGNITION
70
  ## Table of contents
71
  1. [Documentation](#documentation)