yangwang825 commited on
Commit
b3c4e55
1 Parent(s): bc22c7b

Training in progress (epoch 1)

Browse files
Files changed (2) hide show
  1. config.json +46 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 5,
22
+ "tdnn_channels": [
23
+ 512,
24
+ 512,
25
+ 512,
26
+ 512,
27
+ 1500
28
+ ],
29
+ "tdnn_dilations": [
30
+ 1,
31
+ 2,
32
+ 3,
33
+ 1,
34
+ 1
35
+ ],
36
+ "tdnn_kernel_sizes": [
37
+ 5,
38
+ 3,
39
+ 3,
40
+ 1,
41
+ 1
42
+ ],
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.31.0",
45
+ "win_length": 25
46
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623048bfefbf128cf62fa329777213e5ef39aabdab4a310345541eda162f8556
3
+ size 17019909