yangwang825 commited on
Commit
25aea84
1 Parent(s): 8b12899

Training in progress (epoch 2)

Browse files
Files changed (2) hide show
  1. config.json +55 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EcapaModel"
4
+ ],
5
+ "attention_channels": 128,
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_ecapa.EcapaConfig",
8
+ "AutoModel": "modeling_ecapa.EcapaModel"
9
+ },
10
+ "channels": [
11
+ 512,
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 1536
16
+ ],
17
+ "dilations": [
18
+ 1,
19
+ 2,
20
+ 3,
21
+ 4,
22
+ 1
23
+ ],
24
+ "global_context": true,
25
+ "groups": [
26
+ 1,
27
+ 1,
28
+ 1,
29
+ 1,
30
+ 1
31
+ ],
32
+ "hidden_size": 192,
33
+ "hop_length": 10,
34
+ "initializer_range": 0.02,
35
+ "kernel_sizes": [
36
+ 5,
37
+ 3,
38
+ 3,
39
+ 3,
40
+ 1
41
+ ],
42
+ "loss_fn": "aam",
43
+ "mean_norm": true,
44
+ "model_type": "ecapa",
45
+ "n_mels": 80,
46
+ "norm_type": "sentence",
47
+ "num_classes": 5994,
48
+ "res2net_scale": 8,
49
+ "sample_rate": 16000,
50
+ "se_channels": 128,
51
+ "std_norm": false,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.31.0",
54
+ "win_length": 25
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2db060b6869662e0ff05c6bae2883236956a79a5ac23ab552ac7e8c6da7ce0e4
3
+ size 24861693