Model save
Browse files
README.md
CHANGED
|
@@ -1,27 +1,25 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
language:
|
| 4 |
-
- ar
|
| 5 |
license: apache-2.0
|
| 6 |
-
base_model:
|
| 7 |
tags:
|
| 8 |
- generated_from_trainer
|
| 9 |
metrics:
|
| 10 |
- wer
|
| 11 |
model-index:
|
| 12 |
-
- name:
|
| 13 |
results: []
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 17 |
should probably proofread and complete it, then remove this comment. -->
|
| 18 |
|
| 19 |
-
#
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Wer: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -49,7 +47,7 @@ The following hyperparameters were used during training:
|
|
| 49 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
- lr_scheduler_warmup_steps: 500
|
| 52 |
-
- num_epochs:
|
| 53 |
- mixed_precision_training: Native AMP
|
| 54 |
|
| 55 |
### Training results
|
|
@@ -71,6 +69,14 @@ The following hyperparameters were used during training:
|
|
| 71 |
| 2.0863 | 13.0 | 4069 | 0.1214 | 0.2672 |
|
| 72 |
| 2.0235 | 14.0 | 4382 | 0.1213 | 0.2638 |
|
| 73 |
| 2.015 | 14.9536 | 4680 | 0.1213 | 0.2626 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
+
base_model: Baselhany/Distilation_Whisper_base_CKP_10k
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
- wer
|
| 9 |
model-index:
|
| 10 |
+
- name: Distilation_Whisper_base_CKP_10k
|
| 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 |
+
# Distilation_Whisper_base_CKP_10k
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [Baselhany/Distilation_Whisper_base_CKP_10k](https://huggingface.co/Baselhany/Distilation_Whisper_base_CKP_10k) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.1208
|
| 22 |
+
- Wer: 0.2551
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
- lr_scheduler_warmup_steps: 500
|
| 50 |
+
- num_epochs: 20
|
| 51 |
- mixed_precision_training: Native AMP
|
| 52 |
|
| 53 |
### Training results
|
|
|
|
| 69 |
| 2.0863 | 13.0 | 4069 | 0.1214 | 0.2672 |
|
| 70 |
| 2.0235 | 14.0 | 4382 | 0.1213 | 0.2638 |
|
| 71 |
| 2.015 | 14.9536 | 4680 | 0.1213 | 0.2626 |
|
| 72 |
+
| 7.0386 | 13.0 | 4875 | 0.1209 | 0.2760 |
|
| 73 |
+
| 5.2638 | 14.0 | 5250 | 0.1169 | 0.2538 |
|
| 74 |
+
| 3.8581 | 15.0 | 5625 | 0.1180 | 0.2374 |
|
| 75 |
+
| 3.4661 | 16.0 | 6000 | 0.1176 | 0.2408 |
|
| 76 |
+
| 2.8903 | 17.0 | 6375 | 0.1167 | 0.2359 |
|
| 77 |
+
| 2.6081 | 18.0 | 6750 | 0.1172 | 0.2358 |
|
| 78 |
+
| 2.6719 | 19.0 | 7125 | 0.1165 | 0.2401 |
|
| 79 |
+
| 2.4235 | 20.0 | 7500 | 0.1160 | 0.2430 |
|
| 80 |
|
| 81 |
|
| 82 |
### Framework versions
|
generation_config.json
CHANGED
|
@@ -65,20 +65,7 @@
|
|
| 65 |
"1": "LABEL_1"
|
| 66 |
},
|
| 67 |
"init_std": 0.02,
|
| 68 |
-
"input_ids":
|
| 69 |
-
[
|
| 70 |
-
1,
|
| 71 |
-
50272
|
| 72 |
-
],
|
| 73 |
-
[
|
| 74 |
-
2,
|
| 75 |
-
50359
|
| 76 |
-
],
|
| 77 |
-
[
|
| 78 |
-
3,
|
| 79 |
-
50363
|
| 80 |
-
]
|
| 81 |
-
],
|
| 82 |
"is_decoder": false,
|
| 83 |
"is_encoder_decoder": true,
|
| 84 |
"is_multilingual": true,
|
|
|
|
| 65 |
"1": "LABEL_1"
|
| 66 |
},
|
| 67 |
"init_std": 0.02,
|
| 68 |
+
"input_ids": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
"is_decoder": false,
|
| 70 |
"is_encoder_decoder": true,
|
| 71 |
"is_multilingual": true,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 223144592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8531d8d72947ca4569a20021eae909623d9be2b6ac0a81741bdaacbc65fecd9
|
| 3 |
size 223144592
|
runs/May23_01-51-00_8aee6edde1f3/events.out.tfevents.1747976873.8aee6edde1f3.19.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c1265978d94ec543e9a9f317569725a8e8af08e97cdc0a67fca94315b1257be
|
| 3 |
+
size 406
|