Rhpan commited on
Commit
35ae1e3
·
verified ·
1 Parent(s): aeeb18b

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. config.json +98 -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,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/w2v-bert-2.0",
3
+ "activation_dropout": 0.0,
4
+ "adapter_act": "relu",
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": false,
9
+ "architectures": [
10
+ "CustomAudioClassification"
11
+ ],
12
+ "attention_dropout": 0.0,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 768,
15
+ "codevector_dim": 768,
16
+ "conformer_conv_dropout": 0.1,
17
+ "contrastive_logits_temperature": 0.1,
18
+ "conv_depthwise_kernel_size": 31,
19
+ "ctc_loss_reduction": "sum",
20
+ "ctc_zero_infinity": false,
21
+ "diversity_loss_weight": 0.1,
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": "anger",
32
+ "1": "disgust",
33
+ "2": "fear",
34
+ "3": "joy",
35
+ "4": "neutral",
36
+ "5": "sadness"
37
+ },
38
+ "initializer_range": 0.02,
39
+ "intermediate_size": 4096,
40
+ "label2id": {
41
+ "anger": 0,
42
+ "disgust": 1,
43
+ "fear": 2,
44
+ "joy": 3,
45
+ "neutral": 4,
46
+ "sadness": 5
47
+ },
48
+ "layer_norm_eps": 1e-05,
49
+ "layerdrop": 0.1,
50
+ "left_max_position_embeddings": 64,
51
+ "mask_feature_length": 10,
52
+ "mask_feature_min_masks": 0,
53
+ "mask_feature_prob": 0.0,
54
+ "mask_time_length": 10,
55
+ "mask_time_min_masks": 2,
56
+ "mask_time_prob": 0.05,
57
+ "max_source_positions": 5000,
58
+ "model_type": "wav2vec2-bert",
59
+ "num_adapter_layers": 1,
60
+ "num_attention_heads": 16,
61
+ "num_codevector_groups": 2,
62
+ "num_codevectors_per_group": 320,
63
+ "num_hidden_layers": 24,
64
+ "num_negatives": 100,
65
+ "output_hidden_size": 1024,
66
+ "pad_token_id": 0,
67
+ "position_embeddings_type": "relative_key",
68
+ "proj_codevector_dim": 768,
69
+ "right_max_position_embeddings": 8,
70
+ "rotary_embedding_base": 10000,
71
+ "tdnn_dilation": [
72
+ 1,
73
+ 2,
74
+ 3,
75
+ 1,
76
+ 1
77
+ ],
78
+ "tdnn_dim": [
79
+ 512,
80
+ 512,
81
+ 512,
82
+ 512,
83
+ 1500
84
+ ],
85
+ "tdnn_kernel": [
86
+ 5,
87
+ 3,
88
+ 3,
89
+ 1,
90
+ 1
91
+ ],
92
+ "torch_dtype": "float32",
93
+ "transformers_version": "4.38.1",
94
+ "use_intermediate_ffn_before_adapter": false,
95
+ "use_weighted_layer_sum": false,
96
+ "vocab_size": null,
97
+ "xvector_output_dim": 512
98
+ }
model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97a919d65a2719dfd64007f47cba6e3f91307ea42fcbb14d84a6bf90db348c93
3
+ size 2327856202
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3823687229de6a90406717efa214a82611ab0fff79a187ffe4c92e69ea153dc3
3
+ size 2327611064
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:e68a9c8cb7b5ce540ab18cf8957fdd9bf3866c2884e28d6465577802c7d9f478
3
+ size 4856