yangwang825
commited on
Commit
•
cd0f8d9
1
Parent(s):
337a542
Training in progress (epoch 1)
Browse files- config.json +61 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"XvectorModel"
|
4 |
+
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_xvector.XvectorConfig",
|
7 |
+
"AutoModel": "modeling_xvector.XvectorModel",
|
8 |
+
"AutoModelForAudioClassification": "modeling_xvector.XvectorModelForSequenceClassification"
|
9 |
+
},
|
10 |
+
"hidden_size": 512,
|
11 |
+
"hop_length": 10,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"loss_fn": "aam",
|
14 |
+
"mean_norm": true,
|
15 |
+
"model_type": "xvector",
|
16 |
+
"n_mels": 40,
|
17 |
+
"norm_type": "sentence",
|
18 |
+
"num_classes": 5994,
|
19 |
+
"sample_rate": 16000,
|
20 |
+
"std_norm": false,
|
21 |
+
"tdnn_blocks": 10,
|
22 |
+
"tdnn_channels": [
|
23 |
+
512,
|
24 |
+
512,
|
25 |
+
512,
|
26 |
+
512,
|
27 |
+
512,
|
28 |
+
512,
|
29 |
+
512,
|
30 |
+
512,
|
31 |
+
512,
|
32 |
+
1500
|
33 |
+
],
|
34 |
+
"tdnn_dilations": [
|
35 |
+
1,
|
36 |
+
1,
|
37 |
+
2,
|
38 |
+
1,
|
39 |
+
3,
|
40 |
+
1,
|
41 |
+
4,
|
42 |
+
1,
|
43 |
+
1,
|
44 |
+
1
|
45 |
+
],
|
46 |
+
"tdnn_kernel_sizes": [
|
47 |
+
5,
|
48 |
+
1,
|
49 |
+
3,
|
50 |
+
1,
|
51 |
+
3,
|
52 |
+
1,
|
53 |
+
3,
|
54 |
+
1,
|
55 |
+
1,
|
56 |
+
1
|
57 |
+
],
|
58 |
+
"torch_dtype": "float32",
|
59 |
+
"transformers_version": "4.31.0",
|
60 |
+
"win_length": 25
|
61 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8370e6a2adad48fcc21cebc5aebe633aff64c116250b95af5729d9ca87100db2
|
3 |
+
size 24398928
|