jesus-villalba commited on
Commit
4bb52da
1 Parent(s): 6a035b2

added model card

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
+ tags:
6
+ - hyperion
7
+ - audio
8
+ - speech
9
+ - speaker-recognition
10
+ - x-vector
11
+ - thin-resnet34
12
+ datasets:
13
+ - voxceleb
14
+ metrics:
15
+ - eer
16
+ - min_dcf-p=0.05
17
+ - min_dcf-p=0.01
18
+ model-index:
19
+ - name: voxceleb-v1.1-fbank80_stmn_lresnet34_e256_arcs30m0.3_do0_adam_lr0.05_b512.v1
20
+ results:
21
+ - task:
22
+ type: speaker-verification
23
+ name: Speaker Verification
24
+ - dataset:
25
+ type: voxceleb1
26
+ name: Voxceleb1
27
+ args: Train on VoxCeleb2-dev
28
+ - metrics:
29
+ - type: eer
30
+ value: 2.11
31
+ name: EER VoxCeleb1 Original
32
+ - type: min_dcf-p=0.05
33
+ value: 0.135
34
+ name: Minimum DCF VoxCeleb1 Original prior=0.05
35
+ - type: act_dcf-p=0.01
36
+ value: 0.208
37
+ name: Minimum DCF VoxCeleb1 Original prior=0.01
38
  ---
39
+ # Hyperion Toolkit Speaker Verification pre-trained Model
40
+
41
+ ## Model Configuration
42
+ This model was trained using recipe [voxceleb/v1.1](https://github.com/hyperion-ml/hyperion/tree/master/egs/voxceleb/v1.1)
43
+
44
+ The configuration for this modeis is defined in
45
+ [config_fbank80_stmn_lresnet34_arcs30m0.3_adam_lr0.05_amp.v1.sh](https://github.com/hyperion-ml/hyperion/blob/master/egs/voxceleb/v1.1/global_conf/config_fbank80_stmn_lresnet34_arcs30m0.3_adam_lr0.05_amp.v1.sh)
46
+
47
+ This is an x-vector model with:
48
+ - 80 logMel filter-banks with short-time mean normalization.
49
+ - ThinResNet34 (aka Light ResNet34) encoder.
50
+ - Mean+Stddev pooling
51
+ - AAM-softmax loss (m=0.3, s=30)
52
+ - Mixed prec. training.