shreyas1104 commited on
Commit
7f2fcd3
1 Parent(s): f2f07ee

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-conformer-rel-pos-large",
3
+ "activation_dropout": 0.1,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": true,
8
+ "architectures": [
9
+ "Wav2Vec2ConformerForSequenceClassification"
10
+ ],
11
+ "attention_dropout": 0.1,
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 256,
14
+ "codevector_dim": 768,
15
+ "conformer_conv_dropout": 0.1,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_depthwise_kernel_size": 31,
19
+ "conv_dim": [
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512,
26
+ 512
27
+ ],
28
+ "conv_kernel": [
29
+ 10,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 3,
34
+ 2,
35
+ 2
36
+ ],
37
+ "conv_stride": [
38
+ 5,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2,
44
+ 2
45
+ ],
46
+ "ctc_loss_reduction": "sum",
47
+ "ctc_zero_infinity": false,
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.1,
55
+ "feat_quantizer_dropout": 0.0,
56
+ "final_dropout": 0.1,
57
+ "gradient_checkpointing": false,
58
+ "hidden_act": "swish",
59
+ "hidden_dropout": 0.1,
60
+ "hidden_dropout_prob": 0.1,
61
+ "hidden_size": 1024,
62
+ "id2label": {
63
+ "0": "General Weakness",
64
+ "1": "Mental Health",
65
+ "2": "Physical Health Issues",
66
+ "3": "Skin and Sensory Issues"
67
+ },
68
+ "initializer_range": 0.02,
69
+ "intermediate_size": 4096,
70
+ "label2id": {
71
+ "General Weakness": 0,
72
+ "Mental Health": 1,
73
+ "Physical Health Issues": 2,
74
+ "Skin and Sensory Issues": 3
75
+ },
76
+ "layer_norm_eps": 1e-05,
77
+ "layerdrop": 0.0,
78
+ "mask_feature_length": 10,
79
+ "mask_feature_min_masks": 0,
80
+ "mask_feature_prob": 0.0,
81
+ "mask_time_length": 10,
82
+ "mask_time_min_masks": 2,
83
+ "mask_time_prob": 0.05,
84
+ "max_source_positions": 5000,
85
+ "model_type": "wav2vec2-conformer",
86
+ "num_adapter_layers": 3,
87
+ "num_attention_heads": 16,
88
+ "num_codevector_groups": 2,
89
+ "num_codevectors_per_group": 320,
90
+ "num_conv_pos_embedding_groups": 16,
91
+ "num_conv_pos_embeddings": 128,
92
+ "num_feat_extract_layers": 7,
93
+ "num_hidden_layers": 24,
94
+ "num_negatives": 100,
95
+ "output_hidden_size": 1024,
96
+ "pad_token_id": 0,
97
+ "position_embeddings_type": "relative",
98
+ "proj_codevector_dim": 768,
99
+ "rotary_embedding_base": 10000,
100
+ "tdnn_dilation": [
101
+ 1,
102
+ 2,
103
+ 3,
104
+ 1,
105
+ 1
106
+ ],
107
+ "tdnn_dim": [
108
+ 512,
109
+ 512,
110
+ 512,
111
+ 512,
112
+ 1500
113
+ ],
114
+ "tdnn_kernel": [
115
+ 5,
116
+ 3,
117
+ 3,
118
+ 1,
119
+ 1
120
+ ],
121
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
122
+ "torch_dtype": "float32",
123
+ "transformers_version": "4.39.1",
124
+ "use_weighted_layer_sum": false,
125
+ "vocab_size": null,
126
+ "xvector_output_dim": 512
127
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58a956d6dbeca32bf6efb2142c26d3110943571415cb7ea510de4aacd00ade60
3
+ size 2475613456
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
runs/Mar25_13-38-26_d1016/events.out.tfevents.1711388311.d1016.32157.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c11dd8deac021d951187dcbaee282d7a3b144885ae7db1a25d3bcd5de252f6
3
+ size 6733
runs/Mar25_13-40-04_d1016/events.out.tfevents.1711388407.d1016.32157.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f628b4e64064c4a09a6166f73ee60dc77fe6da22afed12b36370456c56cf2858
3
+ size 9014
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35aab74f475f95cb3527bea73895ef39ea167040d345acd1229cc99ca32e567f
3
+ size 5048