ahmedbasemdev commited on
Commit
ecabf93
·
verified ·
1 Parent(s): 989696f

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "omarxadel/wav2vec2-large-xlsr-53-arabic-egyptian",
3
+ "activation_dropout": 0.0,
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
+ "Wav2Vec2ForSequenceClassification"
11
+ ],
12
+ "attention_dropout": 0.0,
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": "mean",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.0,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "gradient_checkpointing": false,
57
+ "hidden_act": "gelu",
58
+ "hidden_dropout": 0.0,
59
+ "hidden_size": 1024,
60
+ "id2label": {
61
+ "0": "alexandria",
62
+ "1": "bedoui",
63
+ "2": "UpperEgyption",
64
+ "3": "LowerEgyption"
65
+ },
66
+ "initializer_range": 0.02,
67
+ "intermediate_size": 4096,
68
+ "label2id": {
69
+ "LowerEgyption": 3,
70
+ "UpperEgyption": 2,
71
+ "alexandria": 0,
72
+ "bedoui": 1
73
+ },
74
+ "layer_norm_eps": 1e-05,
75
+ "layerdrop": 0.0,
76
+ "mask_feature_length": 10,
77
+ "mask_feature_min_masks": 0,
78
+ "mask_feature_prob": 0.0,
79
+ "mask_time_length": 10,
80
+ "mask_time_min_masks": 2,
81
+ "mask_time_prob": 0.05,
82
+ "model_type": "wav2vec2",
83
+ "num_adapter_layers": 3,
84
+ "num_attention_heads": 16,
85
+ "num_codevector_groups": 2,
86
+ "num_codevectors_per_group": 320,
87
+ "num_conv_pos_embedding_groups": 16,
88
+ "num_conv_pos_embeddings": 128,
89
+ "num_feat_extract_layers": 7,
90
+ "num_hidden_layers": 24,
91
+ "num_negatives": 100,
92
+ "output_hidden_size": 1024,
93
+ "pad_token_id": 42,
94
+ "proj_codevector_dim": 768,
95
+ "tdnn_dilation": [
96
+ 1,
97
+ 2,
98
+ 3,
99
+ 1,
100
+ 1
101
+ ],
102
+ "tdnn_dim": [
103
+ 512,
104
+ 512,
105
+ 512,
106
+ 512,
107
+ 1500
108
+ ],
109
+ "tdnn_kernel": [
110
+ 5,
111
+ 3,
112
+ 3,
113
+ 1,
114
+ 1
115
+ ],
116
+ "torch_dtype": "float32",
117
+ "transformers_version": "4.45.1",
118
+ "use_weighted_layer_sum": false,
119
+ "vocab_size": 45,
120
+ "xvector_output_dim": 512
121
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46423767b5990da47d4dc37582ebd7af3f297582ffb06f316e71660693be5439
3
+ size 1262861360
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/Oct10_15-37-14_e9b8b2e8292a/events.out.tfevents.1728574639.e9b8b2e8292a.641.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88c08bad149f561b5be9530c4f67da4acafd874a211b6b048ff47baf96d7d297
3
+ size 6709
runs/Oct10_15-45-32_e9b8b2e8292a/events.out.tfevents.1728575139.e9b8b2e8292a.873.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91e743a25c4d13d56f76b66fbb13c6429c9df040289d6192fb3ce4a00c2edd5e
3
+ size 4184
runs/Oct10_15-53-24_e9b8b2e8292a/events.out.tfevents.1728575610.e9b8b2e8292a.1080.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3257646a0a33778929e81b454c6c65a9443f7bb6b3d272479dd33eddfae164a1
3
+ size 7388
runs/Oct10_16-31-55_e9b8b2e8292a/events.out.tfevents.1728577917.e9b8b2e8292a.1080.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a280f9917f19e612e2d7d921555b701223b6c85fac713814a684fe1b92c8d753
3
+ size 6707
runs/Oct10_17-09-00_e9b8b2e8292a/events.out.tfevents.1728580146.e9b8b2e8292a.1227.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7e1366adac6c877a203c35fd2d097b958e7f1aecab1e343a673f3b2a7f74a5e
3
+ size 7388
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1bbb0719ee5a68da566e9400280f53e36c24dc10c42cff79d3d3177b2a455b
3
+ size 5240