yangwang825 commited on
Commit
3c65bbc
1 Parent(s): 337a542

Training in progress (epoch 1)

Browse files
Files changed (2) hide show
  1. config.json +26 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SvectorModel"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_svector.SvectorConfig",
7
+ "AutoModel": "modeling_svector.SvectorModel",
8
+ "AutoModelForAudioClassification": "modeling_svector.SvectorModelForSequenceClassification"
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": "svector",
16
+ "n_mels": 40,
17
+ "norm_type": "sentence",
18
+ "num_classes": 5994,
19
+ "num_heads": 8,
20
+ "num_layers": 5,
21
+ "sample_rate": 16000,
22
+ "std_norm": false,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.31.0",
25
+ "win_length": 25
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9256f93ed6e0bf9c5e56f58d4a931cdc0697213c66f1780d2d34afbf523d3ea8
3
+ size 65259389