franjamonga commited on
Commit
79d6df1
1 Parent(s): 4998a78

Update metadata with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -10
README.md CHANGED
@@ -3,14 +3,6 @@ language:
3
  - en
4
  license: cc-by-4.0
5
  library_name: nemo
6
- datasets:
7
- - librispeech_asr
8
- - VOXCCELEB-1
9
- - VOXCCELEB-2
10
- - FISHER
11
- - Switchboard
12
- - SRE(2004-2010)
13
- thumbnail: null
14
  tags:
15
  - speaker-recognition
16
  - speech
@@ -20,10 +12,29 @@ tags:
20
  - speaker-diarization
21
  - NeMo
22
  - pytorch
 
 
 
 
 
 
 
23
  model-index:
24
  - name: speakerverification_en
25
- results: []
26
-
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
 
 
3
  - en
4
  license: cc-by-4.0
5
  library_name: nemo
 
 
 
 
 
 
 
 
6
  tags:
7
  - speaker-recognition
8
  - speech
 
12
  - speaker-diarization
13
  - NeMo
14
  - pytorch
15
+ datasets:
16
+ - librispeech_asr
17
+ - VOXCCELEB-1
18
+ - VOXCCELEB-2
19
+ - FISHER
20
+ - Switchboard
21
+ - SRE(2004-2010)
22
  model-index:
23
  - name: speakerverification_en
24
+ results:
25
+ - task:
26
+ type: automatic-speech-recognition
27
+ dataset:
28
+ name: Librispeech (clean)
29
+ type: librispeech_asr
30
+ config: other
31
+ split: test
32
+ args:
33
+ language: en
34
+ metrics:
35
+ - type: wer
36
+ value: 8.1
37
+ name: WER
38
  ---
39
 
40