haris-waqar commited on
Commit
f57355d
·
verified ·
1 Parent(s): a60ba97

Model save

Browse files
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/wav2vec2-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: TrimLesson8-9
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # TrimLesson8-9
18
+
19
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0802
22
+ - Accuracy: 0.9873
23
+ - F1-score: 0.9873
24
+ - Recall-score: 0.9873
25
+ - Precision-score: 0.9874
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 32
46
+ - eval_batch_size: 64
47
+ - seed: 42
48
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 25
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Recall-score | Precision-score |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:------------:|:---------------:|
57
+ | 2.7148 | 1.0 | 156 | 2.7280 | 0.2544 | 0.1660 | 0.2544 | 0.1877 |
58
+ | 1.4541 | 2.0 | 312 | 1.5075 | 0.7997 | 0.7575 | 0.7997 | 0.7669 |
59
+ | 0.4792 | 3.0 | 468 | 0.4390 | 0.9650 | 0.9647 | 0.9650 | 0.9667 |
60
+ | 0.1559 | 4.0 | 624 | 0.1896 | 0.9666 | 0.9662 | 0.9666 | 0.9701 |
61
+ | 0.0931 | 5.0 | 780 | 0.1697 | 0.9626 | 0.9632 | 0.9626 | 0.9659 |
62
+ | 0.0333 | 6.0 | 936 | 0.1022 | 0.9793 | 0.9792 | 0.9793 | 0.9806 |
63
+ | 0.0114 | 7.0 | 1092 | 0.0693 | 0.9873 | 0.9873 | 0.9873 | 0.9875 |
64
+ | 0.0112 | 8.0 | 1248 | 0.0997 | 0.9801 | 0.9798 | 0.9801 | 0.9810 |
65
+ | 0.0126 | 9.0 | 1404 | 0.0788 | 0.9849 | 0.9847 | 0.9849 | 0.9855 |
66
+ | 0.0052 | 10.0 | 1560 | 0.0661 | 0.9881 | 0.9880 | 0.9881 | 0.9884 |
67
+ | 0.0055 | 11.0 | 1716 | 0.0665 | 0.9865 | 0.9865 | 0.9865 | 0.9866 |
68
+ | 0.0031 | 12.0 | 1872 | 0.0777 | 0.9849 | 0.9848 | 0.9849 | 0.9853 |
69
+ | 0.0036 | 13.0 | 2028 | 0.1021 | 0.9801 | 0.9801 | 0.9801 | 0.9811 |
70
+ | 0.0018 | 14.0 | 2184 | 0.1962 | 0.9666 | 0.9662 | 0.9666 | 0.9749 |
71
+ | 0.0032 | 15.0 | 2340 | 0.1191 | 0.9809 | 0.9810 | 0.9809 | 0.9814 |
72
+ | 0.003 | 16.0 | 2496 | 0.0956 | 0.9817 | 0.9816 | 0.9817 | 0.9819 |
73
+ | 0.0017 | 17.0 | 2652 | 0.0735 | 0.9865 | 0.9865 | 0.9865 | 0.9867 |
74
+ | 0.0017 | 18.0 | 2808 | 0.0844 | 0.9825 | 0.9825 | 0.9825 | 0.9832 |
75
+ | 0.0023 | 19.0 | 2964 | 0.0809 | 0.9881 | 0.9881 | 0.9881 | 0.9883 |
76
+ | 0.0019 | 20.0 | 3120 | 0.0932 | 0.9833 | 0.9834 | 0.9833 | 0.9836 |
77
+ | 0.0011 | 21.0 | 3276 | 0.0942 | 0.9849 | 0.9849 | 0.9849 | 0.9852 |
78
+ | 0.0015 | 22.0 | 3432 | 0.0836 | 0.9857 | 0.9857 | 0.9857 | 0.9859 |
79
+ | 0.0013 | 23.0 | 3588 | 0.0929 | 0.9865 | 0.9865 | 0.9865 | 0.9867 |
80
+ | 0.0009 | 24.0 | 3744 | 0.0798 | 0.9873 | 0.9873 | 0.9873 | 0.9874 |
81
+ | 0.0016 | 25.0 | 3900 | 0.0802 | 0.9873 | 0.9873 | 0.9873 | 0.9874 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.46.2
87
+ - Pytorch 2.5.1+cu118
88
+ - Datasets 2.20.0
89
+ - Tokenizers 0.20.0
best/config.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-base",
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.1,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 256,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": false,
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
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": false,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_norm": "group",
52
+ "feat_proj_dropout": 0.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "freeze_feat_extract_train": true,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_size": 768,
59
+ "id2label": {
60
+ "0": "\u062a\u064e\u0648\u064e\u0644\u0651\u0670\u06cc",
61
+ "1": "\u0645\u0650\u0646\u064e \u0627\u0644\u0644\u0651\u0670\u0647\u0650",
62
+ "10": "\u0628\u0650\u0633\u0652\u0645\u0650 \u0627\u0644\u0644\u0651\u0670\u0647\u0650",
63
+ "11": "\u0633\u064f\u0648\u06e4\u0621\u064e",
64
+ "12": "\u062c\u0650\u0627\u0652\u06cc\u06e4\u0621\u064e",
65
+ "13": "\u062a\u064e\u0627\u0627\u0644\u0644\u0651\u0670\u0647\u0650",
66
+ "14": "\u0623\u064e\u0639\u064f\u0648\u0630\u064f\u0628\u0650\u0627\u0644\u0644\u0651\u0670\u0647\u0650",
67
+ "15": "\u0642\u064f\u0644\u0650 \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e",
68
+ "16": "\u0633\u064e\u0628\u0650\u06cc\u0644\u0650 \u0627\u0644\u0644\u0651\u0670\u0647\u0650",
69
+ "17": "\u06cc\u064f\u0636\u0650\u0644\u0651\u064f",
70
+ "18": "\u062c\u064e\u0622\u0621\u064e",
71
+ "19": "\u0633\u064f\u0628\u0652\u062d\u0670\u0646\u064e\u0643\u064e \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e",
72
+ "2": "\u062d\u064e\u0627\u06e4\u062c\u0651\u064e\u0647\u064f",
73
+ "20": "\u0645\u064e\u0627\u06e4 \u0623\u064e\u0635\u064e\u0627\u0628\u064e",
74
+ "21": "\u0628\u064e\u0646\u0650\u064a\u06e4\u0621\u064e\u0627\u062f\u064e\u0645\u064e",
75
+ "22": "\u0627\u064e\u0644\u0644\u0651\u0670\u0647\u064f",
76
+ "23": "\u0644\u0650\u0644\u0651\u0670\u0647\u0650",
77
+ "24": "\u0641\u064e\u0635\u064e\u0644\u0651\u0650",
78
+ "25": "\u0628\u0650\u0627\u0644\u0644\u0651\u0670\u0647\u0650",
79
+ "26": "\u062d\u0650\u0644\u0651\u064c",
80
+ "27": "\u062f\u064e\u0627\u06e4\u0628\u0651\u064e\u0629\u064d",
81
+ "28": "\u0631\u064e\u0633\u064f\u0648\u0644\u064f \u0627\u0644\u0644\u0651\u0670\u0647\u0650",
82
+ "29": "\u0623\u064e\u0648\u0652\u0644\u064e\u06cc\u0627\u06e4\u0621\u064e",
83
+ "3": "\u062a\u064e\u062c\u064e\u0644\u0651\u0670\u06cc",
84
+ "30": "\u0627\u0650\u0644\u064e\u06cc\u06e4 \u0623\u062c\u064e\u0644\u064d",
85
+ "4": "\u062f\u064f\u0639\u064e\u0627\u06e4\u0621\u0650",
86
+ "5": "\u0642\u064e\u0627\u0644\u064f\u0648\u0627 \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e",
87
+ "6": "\u06cc\u064e\u0634\u064e\u0627\u06e4\u0621\u064f",
88
+ "7": "\u0635\u064e\u0644\u064e\u0627\u0629\u0650",
89
+ "8": "\u0645\u064e\u0627\u06e4\u0623\u064e\u0645\u064e\u0631\u064e",
90
+ "9": "\u06a9\u064e\u0645\u064e\u0627\u06e4 \u0623\u064f\u0631\u0652\u0633\u0650\u0644\u064e"
91
+ },
92
+ "initializer_range": 0.02,
93
+ "intermediate_size": 3072,
94
+ "label2id": {
95
+ "\u0623\u064e\u0639\u064f\u0648\u0630\u064f\u0628\u0650\u0627\u0644\u0644\u0651\u0670\u0647\u0650": "14",
96
+ "\u0623\u064e\u0648\u0652\u0644\u064e\u06cc\u0627\u06e4\u0621\u064e": "29",
97
+ "\u0627\u064e\u0644\u0644\u0651\u0670\u0647\u064f": "22",
98
+ "\u0627\u0650\u0644\u064e\u06cc\u06e4 \u0623\u062c\u064e\u0644\u064d": "30",
99
+ "\u0628\u064e\u0646\u0650\u064a\u06e4\u0621\u064e\u0627\u062f\u064e\u0645\u064e": "21",
100
+ "\u0628\u0650\u0627\u0644\u0644\u0651\u0670\u0647\u0650": "25",
101
+ "\u0628\u0650\u0633\u0652\u0645\u0650 \u0627\u0644\u0644\u0651\u0670\u0647\u0650": "10",
102
+ "\u062a\u064e\u0627\u0627\u0644\u0644\u0651\u0670\u0647\u0650": "13",
103
+ "\u062a\u064e\u062c\u064e\u0644\u0651\u0670\u06cc": "3",
104
+ "\u062a\u064e\u0648\u064e\u0644\u0651\u0670\u06cc": "0",
105
+ "\u062c\u064e\u0622\u0621\u064e": "18",
106
+ "\u062c\u0650\u0627\u0652\u06cc\u06e4\u0621\u064e": "12",
107
+ "\u062d\u064e\u0627\u06e4\u062c\u0651\u064e\u0647\u064f": "2",
108
+ "\u062d\u0650\u0644\u0651\u064c": "26",
109
+ "\u062f\u064e\u0627\u06e4\u0628\u0651\u064e\u0629\u064d": "27",
110
+ "\u062f\u064f\u0639\u064e\u0627\u06e4\u0621\u0650": "4",
111
+ "\u0631\u064e\u0633\u064f\u0648\u0644\u064f \u0627\u0644\u0644\u0651\u0670\u0647\u0650": "28",
112
+ "\u0633\u064e\u0628\u0650\u06cc\u0644\u0650 \u0627\u0644\u0644\u0651\u0670\u0647\u0650": "16",
113
+ "\u0633\u064f\u0628\u0652\u062d\u0670\u0646\u064e\u0643\u064e \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e": "19",
114
+ "\u0633\u064f\u0648\u06e4\u0621\u064e": "11",
115
+ "\u0635\u064e\u0644\u064e\u0627\u0629\u0650": "7",
116
+ "\u0641\u064e\u0635\u064e\u0644\u0651\u0650": "24",
117
+ "\u0642\u064e\u0627\u0644\u064f\u0648\u0627 \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e": "5",
118
+ "\u0642\u064f\u0644\u0650 \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e": "15",
119
+ "\u0644\u0650\u0644\u0651\u0670\u0647\u0650": "23",
120
+ "\u0645\u064e\u0627\u06e4 \u0623\u064e\u0635\u064e\u0627\u0628\u064e": "20",
121
+ "\u0645\u064e\u0627\u06e4\u0623\u064e\u0645\u064e\u0631\u064e": "8",
122
+ "\u0645\u0650\u0646\u064e \u0627\u0644\u0644\u0651\u0670\u0647\u0650": "1",
123
+ "\u06a9\u064e\u0645\u064e\u0627\u06e4 \u0623\u064f\u0631\u0652\u0633\u0650\u0644\u064e": "9",
124
+ "\u06cc\u064e\u0634\u064e\u0627\u06e4\u0621\u064f": "6",
125
+ "\u06cc\u064f\u0636\u0650\u0644\u0651\u064f": "17"
126
+ },
127
+ "layer_norm_eps": 1e-05,
128
+ "layerdrop": 0.0,
129
+ "mask_channel_length": 10,
130
+ "mask_channel_min_space": 1,
131
+ "mask_channel_other": 0.0,
132
+ "mask_channel_prob": 0.0,
133
+ "mask_channel_selection": "static",
134
+ "mask_feature_length": 10,
135
+ "mask_feature_min_masks": 0,
136
+ "mask_feature_prob": 0.0,
137
+ "mask_time_length": 10,
138
+ "mask_time_min_masks": 2,
139
+ "mask_time_min_space": 1,
140
+ "mask_time_other": 0.0,
141
+ "mask_time_prob": 0.05,
142
+ "mask_time_selection": "static",
143
+ "model_type": "wav2vec2",
144
+ "no_mask_channel_overlap": false,
145
+ "no_mask_time_overlap": false,
146
+ "num_adapter_layers": 3,
147
+ "num_attention_heads": 12,
148
+ "num_codevector_groups": 2,
149
+ "num_codevectors_per_group": 320,
150
+ "num_conv_pos_embedding_groups": 16,
151
+ "num_conv_pos_embeddings": 128,
152
+ "num_feat_extract_layers": 7,
153
+ "num_hidden_layers": 12,
154
+ "num_negatives": 100,
155
+ "output_hidden_size": 768,
156
+ "pad_token_id": 0,
157
+ "proj_codevector_dim": 256,
158
+ "tdnn_dilation": [
159
+ 1,
160
+ 2,
161
+ 3,
162
+ 1,
163
+ 1
164
+ ],
165
+ "tdnn_dim": [
166
+ 512,
167
+ 512,
168
+ 512,
169
+ 512,
170
+ 1500
171
+ ],
172
+ "tdnn_kernel": [
173
+ 5,
174
+ 3,
175
+ 3,
176
+ 1,
177
+ 1
178
+ ],
179
+ "torch_dtype": "float32",
180
+ "transformers_version": "4.46.2",
181
+ "use_weighted_layer_sum": false,
182
+ "vocab_size": 32,
183
+ "xvector_output_dim": 512
184
+ }
best/label2id.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f651a966e852f7dc885bc2188c9e80757d9dc1ae22b4ad3de56056c2b6b35742
3
+ size 900
best/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ef0da8ce17266212c0315851cb1b022561340610e8b8a17d7e08ef04bed7e4
3
+ size 378332188
best/preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
best/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5e9f86e89ee3a23d91432ea0c87485c4297ecc6802ae6f5d16c729a2510eef7
3
+ size 5304
config.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/wav2vec2-base",
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.1,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 256,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": false,
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
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": false,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_norm": "group",
52
+ "feat_proj_dropout": 0.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.0,
55
+ "freeze_feat_extract_train": true,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_size": 768,
59
+ "id2label": {
60
+ "0": "\u062a\u064e\u0648\u064e\u0644\u0651\u0670\u06cc",
61
+ "1": "\u0645\u0650\u0646\u064e \u0627\u0644\u0644\u0651\u0670\u0647\u0650",
62
+ "10": "\u0628\u0650\u0633\u0652\u0645\u0650 \u0627\u0644\u0644\u0651\u0670\u0647\u0650",
63
+ "11": "\u0633\u064f\u0648\u06e4\u0621\u064e",
64
+ "12": "\u062c\u0650\u0627\u0652\u06cc\u06e4\u0621\u064e",
65
+ "13": "\u062a\u064e\u0627\u0627\u0644\u0644\u0651\u0670\u0647\u0650",
66
+ "14": "\u0623\u064e\u0639\u064f\u0648\u0630\u064f\u0628\u0650\u0627\u0644\u0644\u0651\u0670\u0647\u0650",
67
+ "15": "\u0642\u064f\u0644\u0650 \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e",
68
+ "16": "\u0633\u064e\u0628\u0650\u06cc\u0644\u0650 \u0627\u0644\u0644\u0651\u0670\u0647\u0650",
69
+ "17": "\u06cc\u064f\u0636\u0650\u0644\u0651\u064f",
70
+ "18": "\u062c\u064e\u0622\u0621\u064e",
71
+ "19": "\u0633\u064f\u0628\u0652\u062d\u0670\u0646\u064e\u0643\u064e \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e",
72
+ "2": "\u062d\u064e\u0627\u06e4\u062c\u0651\u064e\u0647\u064f",
73
+ "20": "\u0645\u064e\u0627\u06e4 \u0623\u064e\u0635\u064e\u0627\u0628\u064e",
74
+ "21": "\u0628\u064e\u0646\u0650\u064a\u06e4\u0621\u064e\u0627\u062f\u064e\u0645\u064e",
75
+ "22": "\u0627\u064e\u0644\u0644\u0651\u0670\u0647\u064f",
76
+ "23": "\u0644\u0650\u0644\u0651\u0670\u0647\u0650",
77
+ "24": "\u0641\u064e\u0635\u064e\u0644\u0651\u0650",
78
+ "25": "\u0628\u0650\u0627\u0644\u0644\u0651\u0670\u0647\u0650",
79
+ "26": "\u062d\u0650\u0644\u0651\u064c",
80
+ "27": "\u062f\u064e\u0627\u06e4\u0628\u0651\u064e\u0629\u064d",
81
+ "28": "\u0631\u064e\u0633\u064f\u0648\u0644\u064f \u0627\u0644\u0644\u0651\u0670\u0647\u0650",
82
+ "29": "\u0623\u064e\u0648\u0652\u0644\u064e\u06cc\u0627\u06e4\u0621\u064e",
83
+ "3": "\u062a\u064e\u062c\u064e\u0644\u0651\u0670\u06cc",
84
+ "30": "\u0627\u0650\u0644\u064e\u06cc\u06e4 \u0623\u062c\u064e\u0644\u064d",
85
+ "4": "\u062f\u064f\u0639\u064e\u0627\u06e4\u0621\u0650",
86
+ "5": "\u0642\u064e\u0627\u0644\u064f\u0648\u0627 \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e",
87
+ "6": "\u06cc\u064e\u0634\u064e\u0627\u06e4\u0621\u064f",
88
+ "7": "\u0635\u064e\u0644\u064e\u0627\u0629\u0650",
89
+ "8": "\u0645\u064e\u0627\u06e4\u0623\u064e\u0645\u064e\u0631\u064e",
90
+ "9": "\u06a9\u064e\u0645\u064e\u0627\u06e4 \u0623\u064f\u0631\u0652\u0633\u0650\u0644\u064e"
91
+ },
92
+ "initializer_range": 0.02,
93
+ "intermediate_size": 3072,
94
+ "label2id": {
95
+ "\u0623\u064e\u0639\u064f\u0648\u0630\u064f\u0628\u0650\u0627\u0644\u0644\u0651\u0670\u0647\u0650": "14",
96
+ "\u0623\u064e\u0648\u0652\u0644\u064e\u06cc\u0627\u06e4\u0621\u064e": "29",
97
+ "\u0627\u064e\u0644\u0644\u0651\u0670\u0647\u064f": "22",
98
+ "\u0627\u0650\u0644\u064e\u06cc\u06e4 \u0623\u062c\u064e\u0644\u064d": "30",
99
+ "\u0628\u064e\u0646\u0650\u064a\u06e4\u0621\u064e\u0627\u062f\u064e\u0645\u064e": "21",
100
+ "\u0628\u0650\u0627\u0644\u0644\u0651\u0670\u0647\u0650": "25",
101
+ "\u0628\u0650\u0633\u0652\u0645\u0650 \u0627\u0644\u0644\u0651\u0670\u0647\u0650": "10",
102
+ "\u062a\u064e\u0627\u0627\u0644\u0644\u0651\u0670\u0647\u0650": "13",
103
+ "\u062a\u064e\u062c\u064e\u0644\u0651\u0670\u06cc": "3",
104
+ "\u062a\u064e\u0648\u064e\u0644\u0651\u0670\u06cc": "0",
105
+ "\u062c\u064e\u0622\u0621\u064e": "18",
106
+ "\u062c\u0650\u0627\u0652\u06cc\u06e4\u0621\u064e": "12",
107
+ "\u062d\u064e\u0627\u06e4\u062c\u0651\u064e\u0647\u064f": "2",
108
+ "\u062d\u0650\u0644\u0651\u064c": "26",
109
+ "\u062f\u064e\u0627\u06e4\u0628\u0651\u064e\u0629\u064d": "27",
110
+ "\u062f\u064f\u0639\u064e\u0627\u06e4\u0621\u0650": "4",
111
+ "\u0631\u064e\u0633\u064f\u0648\u0644\u064f \u0627\u0644\u0644\u0651\u0670\u0647\u0650": "28",
112
+ "\u0633\u064e\u0628\u0650\u06cc\u0644\u0650 \u0627\u0644\u0644\u0651\u0670\u0647\u0650": "16",
113
+ "\u0633\u064f\u0628\u0652\u062d\u0670\u0646\u064e\u0643\u064e \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e": "19",
114
+ "\u0633\u064f\u0648\u06e4\u0621\u064e": "11",
115
+ "\u0635\u064e\u0644\u064e\u0627\u0629\u0650": "7",
116
+ "\u0641\u064e\u0635\u064e\u0644\u0651\u0650": "24",
117
+ "\u0642\u064e\u0627\u0644\u064f\u0648\u0627 \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e": "5",
118
+ "\u0642\u064f\u0644\u0650 \u0627\u0644\u0644\u0651\u0670\u06be\u064f\u0645\u0651\u064e": "15",
119
+ "\u0644\u0650\u0644\u0651\u0670\u0647\u0650": "23",
120
+ "\u0645\u064e\u0627\u06e4 \u0623\u064e\u0635\u064e\u0627\u0628\u064e": "20",
121
+ "\u0645\u064e\u0627\u06e4\u0623\u064e\u0645\u064e\u0631\u064e": "8",
122
+ "\u0645\u0650\u0646\u064e \u0627\u0644\u0644\u0651\u0670\u0647\u0650": "1",
123
+ "\u06a9\u064e\u0645\u064e\u0627\u06e4 \u0623\u064f\u0631\u0652\u0633\u0650\u0644\u064e": "9",
124
+ "\u06cc\u064e\u0634\u064e\u0627\u06e4\u0621\u064f": "6",
125
+ "\u06cc\u064f\u0636\u0650\u0644\u0651\u064f": "17"
126
+ },
127
+ "layer_norm_eps": 1e-05,
128
+ "layerdrop": 0.0,
129
+ "mask_channel_length": 10,
130
+ "mask_channel_min_space": 1,
131
+ "mask_channel_other": 0.0,
132
+ "mask_channel_prob": 0.0,
133
+ "mask_channel_selection": "static",
134
+ "mask_feature_length": 10,
135
+ "mask_feature_min_masks": 0,
136
+ "mask_feature_prob": 0.0,
137
+ "mask_time_length": 10,
138
+ "mask_time_min_masks": 2,
139
+ "mask_time_min_space": 1,
140
+ "mask_time_other": 0.0,
141
+ "mask_time_prob": 0.05,
142
+ "mask_time_selection": "static",
143
+ "model_type": "wav2vec2",
144
+ "no_mask_channel_overlap": false,
145
+ "no_mask_time_overlap": false,
146
+ "num_adapter_layers": 3,
147
+ "num_attention_heads": 12,
148
+ "num_codevector_groups": 2,
149
+ "num_codevectors_per_group": 320,
150
+ "num_conv_pos_embedding_groups": 16,
151
+ "num_conv_pos_embeddings": 128,
152
+ "num_feat_extract_layers": 7,
153
+ "num_hidden_layers": 12,
154
+ "num_negatives": 100,
155
+ "output_hidden_size": 768,
156
+ "pad_token_id": 0,
157
+ "proj_codevector_dim": 256,
158
+ "tdnn_dilation": [
159
+ 1,
160
+ 2,
161
+ 3,
162
+ 1,
163
+ 1
164
+ ],
165
+ "tdnn_dim": [
166
+ 512,
167
+ 512,
168
+ 512,
169
+ 512,
170
+ 1500
171
+ ],
172
+ "tdnn_kernel": [
173
+ 5,
174
+ 3,
175
+ 3,
176
+ 1,
177
+ 1
178
+ ],
179
+ "torch_dtype": "float32",
180
+ "transformers_version": "4.46.2",
181
+ "use_weighted_layer_sum": false,
182
+ "vocab_size": 32,
183
+ "xvector_output_dim": 512
184
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ef0da8ce17266212c0315851cb1b022561340610e8b8a17d7e08ef04bed7e4
3
+ size 378332188
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
runs/Nov13_12-42-51_HashaamAli/events.out.tfevents.1731483773.HashaamAli.4824.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b2e572265d39ccca5546449674bde4645e9be1d890a35fddff406786ae950b
3
+ size 25332
runs/Nov13_12-46-34_HashaamAli/events.out.tfevents.1731483995.HashaamAli.8516.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6006ab3da791b66134b1b34ebc4209b3daec9d87e3bdc562e887a5aacd003a6a
3
+ size 846459
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5e9f86e89ee3a23d91432ea0c87485c4297ecc6802ae6f5d16c729a2510eef7
3
+ size 5304