Rhpan commited on
Commit
e20f34d
·
verified ·
1 Parent(s): ac2bb1e

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. config.json +99 -0
  2. model.bin +3 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +11 -0
  5. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "adapter_act": "relu",
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": false,
8
+ "architectures": [
9
+ "CustomAudioClassification"
10
+ ],
11
+ "attention_dropout": 0.0,
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 768,
14
+ "codevector_dim": 768,
15
+ "conformer_conv_dropout": 0.1,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_depthwise_kernel_size": 31,
18
+ "ctc_loss_reduction": "sum",
19
+ "ctc_zero_infinity": false,
20
+ "diversity_loss_weight": 0.1,
21
+ "dtype": "float32",
22
+ "eos_token_id": 2,
23
+ "feat_proj_dropout": 0.0,
24
+ "feat_quantizer_dropout": 0.0,
25
+ "feature_projection_input_dim": 160,
26
+ "final_dropout": 0.1,
27
+ "hidden_act": "swish",
28
+ "hidden_dropout": 0.0,
29
+ "hidden_size": 1024,
30
+ "id2label": {
31
+ "0": "angry",
32
+ "1": "disgust",
33
+ "2": "fear",
34
+ "3": "happy",
35
+ "4": "neutral",
36
+ "5": "sad",
37
+ "6": "surprise"
38
+ },
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 4096,
41
+ "label2id": {
42
+ "angry": 0,
43
+ "disgust": 1,
44
+ "fear": 2,
45
+ "happy": 3,
46
+ "neutral": 4,
47
+ "sad": 5,
48
+ "surprise": 6
49
+ },
50
+ "layer_norm_eps": 1e-05,
51
+ "layerdrop": 0.1,
52
+ "left_max_position_embeddings": 64,
53
+ "mask_feature_length": 10,
54
+ "mask_feature_min_masks": 0,
55
+ "mask_feature_prob": 0.0,
56
+ "mask_time_length": 10,
57
+ "mask_time_min_masks": 2,
58
+ "mask_time_prob": 0.05,
59
+ "max_source_positions": 5000,
60
+ "model_type": "wav2vec2-bert",
61
+ "num_adapter_layers": 1,
62
+ "num_attention_heads": 16,
63
+ "num_codevector_groups": 2,
64
+ "num_codevectors_per_group": 320,
65
+ "num_hidden_layers": 24,
66
+ "num_negatives": 100,
67
+ "output_hidden_size": 1024,
68
+ "pad_token_id": 0,
69
+ "position_embeddings_type": "relative_key",
70
+ "proj_codevector_dim": 768,
71
+ "right_max_position_embeddings": 8,
72
+ "rotary_embedding_base": 10000,
73
+ "tdnn_dilation": [
74
+ 1,
75
+ 2,
76
+ 3,
77
+ 1,
78
+ 1
79
+ ],
80
+ "tdnn_dim": [
81
+ 512,
82
+ 512,
83
+ 512,
84
+ 512,
85
+ 1500
86
+ ],
87
+ "tdnn_kernel": [
88
+ 5,
89
+ 3,
90
+ 3,
91
+ 1,
92
+ 1
93
+ ],
94
+ "transformers_version": "4.57.1",
95
+ "use_intermediate_ffn_before_adapter": false,
96
+ "use_weighted_layer_sum": false,
97
+ "vocab_size": null,
98
+ "xvector_output_dim": 512
99
+ }
model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5bd52c3614d0681bfd489b0d7ab52383027ef4b52ddb5791fe231746c52f771
3
+ size 2327793919
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f793135a7d7196951ae775d650665e0e925b1781ef68eb80b72e043e00deffa
3
+ size 2327614140
preprocessor_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_extractor_type": "SeamlessM4TFeatureExtractor",
3
+ "feature_size": 80,
4
+ "num_mel_bins": 80,
5
+ "padding_side": "right",
6
+ "padding_value": 1,
7
+ "processor_class": "Wav2Vec2BertProcessor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000,
10
+ "stride": 2
11
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b71c1f7027e82025d33e01f747d0f23dd99350889de344bd661adfc4dd4287
3
+ size 5841