mlmarian commited on
Commit
41114a3
1 Parent(s): 6750932

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "audeering/wav2vec2-large-robust-6-ft-age-gender",
3
+ "activation_dropout": 0.1,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2VecClassifierModelMean8"
11
+ ],
12
+ "attention_dropout": 0.1,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 768,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "sum",
46
+ "ctc_zero_infinity": false,
47
+ "data": "agender,mozillacommonvoice,timit,voxceleb2",
48
+ "diversity_loss_weight": 0.1,
49
+ "do_stable_layer_norm": true,
50
+ "eos_token_id": 2,
51
+ "feat_extract_activation": "gelu",
52
+ "feat_extract_dropout": 0.0,
53
+ "feat_extract_norm": "layer",
54
+ "feat_proj_dropout": 0.0,
55
+ "feat_quantizer_dropout": 0.0,
56
+ "final_dropout": 0.1,
57
+ "finetuning_task": "age-gender",
58
+ "gradient_checkpointing": false,
59
+ "hidden_act": "gelu",
60
+ "hidden_dropout": 0.1,
61
+ "hidden_dropout_prob": 0.1,
62
+ "hidden_size": 1024,
63
+ "id2label": {
64
+ "0": "LABEL_0",
65
+ "1": "LABEL_1",
66
+ "2": "LABEL_2",
67
+ "3": "LABEL_3",
68
+ "4": "LABEL_4",
69
+ "5": "LABEL_5",
70
+ "6": "LABEL_6",
71
+ "7": "LABEL_7"
72
+ },
73
+ "initializer_range": 0.02,
74
+ "intermediate_size": 4096,
75
+ "label2id": {
76
+ "LABEL_0": 0,
77
+ "LABEL_1": 1,
78
+ "LABEL_2": 2,
79
+ "LABEL_3": 3,
80
+ "LABEL_4": 4,
81
+ "LABEL_5": 5,
82
+ "LABEL_6": 6,
83
+ "LABEL_7": 7
84
+ },
85
+ "layer_norm_eps": 1e-05,
86
+ "layerdrop": 0.1,
87
+ "mask_feature_length": 10,
88
+ "mask_feature_min_masks": 0,
89
+ "mask_feature_prob": 0.0,
90
+ "mask_time_length": 10,
91
+ "mask_time_min_masks": 2,
92
+ "mask_time_prob": 0.05,
93
+ "model_type": "wav2vec2",
94
+ "num_adapter_layers": 3,
95
+ "num_attention_heads": 16,
96
+ "num_codevector_groups": 2,
97
+ "num_codevectors_per_group": 320,
98
+ "num_conv_pos_embedding_groups": 16,
99
+ "num_conv_pos_embeddings": 128,
100
+ "num_feat_extract_layers": 7,
101
+ "num_hidden_layers": 6,
102
+ "num_negatives": 100,
103
+ "output_hidden_size": 1024,
104
+ "pad_token_id": 3,
105
+ "proj_codevector_dim": 768,
106
+ "sampling_rate": 16000,
107
+ "tdnn_dilation": [
108
+ 1,
109
+ 2,
110
+ 3,
111
+ 1,
112
+ 1
113
+ ],
114
+ "tdnn_dim": [
115
+ 512,
116
+ 512,
117
+ 512,
118
+ 512,
119
+ 1500
120
+ ],
121
+ "tdnn_kernel": [
122
+ 5,
123
+ 3,
124
+ 3,
125
+ 1,
126
+ 1
127
+ ],
128
+ "torch_dtype": "float32",
129
+ "transformers_version": "4.44.2",
130
+ "use_weighted_layer_sum": false,
131
+ "vocab_size": 4,
132
+ "xvector_output_dim": 512
133
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11114e8d18f6322e74597c644bf4fbd0163a536cb9c4a13e318c0c60ba32277b
3
+ size 359074768
runs/Sep18_11-59-32_9fd7fc9597e5/events.out.tfevents.1726661208.9fd7fc9597e5.307.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83931cdacb5627dfdec33aeb3762b48524117d77991f8df3d0c96bdf9246b54
3
+ size 9500
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb654a6f46cdee287c11c3154872c80a3595a6fd437404140d46667f7c008b26
3
+ size 5304