End of training
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
language:
|
| 3 |
- tr
|
| 4 |
license: apache-2.0
|
|
|
|
| 5 |
tags:
|
| 6 |
- hf-asr-leaderboard
|
| 7 |
- generated_from_trainer
|
|
@@ -9,13 +10,12 @@ datasets:
|
|
| 9 |
- mozilla-foundation/common_voice_11_0
|
| 10 |
metrics:
|
| 11 |
- wer
|
| 12 |
-
base_model: openai/whisper-tiny
|
| 13 |
model-index:
|
| 14 |
-
- name: Whisper
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
-
type: automatic-speech-recognition
|
| 18 |
name: Automatic Speech Recognition
|
|
|
|
| 19 |
dataset:
|
| 20 |
name: Common Voice 11.0
|
| 21 |
type: mozilla-foundation/common_voice_11_0
|
|
@@ -23,20 +23,20 @@ model-index:
|
|
| 23 |
split: None
|
| 24 |
args: 'config: tr, split: test'
|
| 25 |
metrics:
|
| 26 |
-
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 32 |
should probably proofread and complete it, then remove this comment. -->
|
| 33 |
|
| 34 |
-
# Whisper
|
| 35 |
|
| 36 |
-
This model is a fine-tuned version of [openai/whisper-
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
-
- Loss: 0.
|
| 39 |
-
- Wer:
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
@@ -55,13 +55,15 @@ More information needed
|
|
| 55 |
### Training hyperparameters
|
| 56 |
|
| 57 |
The following hyperparameters were used during training:
|
| 58 |
-
- learning_rate:
|
| 59 |
- train_batch_size: 16
|
| 60 |
- eval_batch_size: 8
|
| 61 |
- seed: 42
|
|
|
|
|
|
|
| 62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 63 |
- lr_scheduler_type: linear
|
| 64 |
-
- lr_scheduler_warmup_steps:
|
| 65 |
- training_steps: 5000
|
| 66 |
- mixed_precision_training: Native AMP
|
| 67 |
|
|
@@ -69,8 +71,16 @@ The following hyperparameters were used during training:
|
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 71 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
|
|
|
| 2 |
language:
|
| 3 |
- tr
|
| 4 |
license: apache-2.0
|
| 5 |
+
base_model: openai/whisper-small
|
| 6 |
tags:
|
| 7 |
- hf-asr-leaderboard
|
| 8 |
- generated_from_trainer
|
|
|
|
| 10 |
- mozilla-foundation/common_voice_11_0
|
| 11 |
metrics:
|
| 12 |
- wer
|
|
|
|
| 13 |
model-index:
|
| 14 |
+
- name: Whisper Small Tr - Canberk Kandemir
|
| 15 |
results:
|
| 16 |
- task:
|
|
|
|
| 17 |
name: Automatic Speech Recognition
|
| 18 |
+
type: automatic-speech-recognition
|
| 19 |
dataset:
|
| 20 |
name: Common Voice 11.0
|
| 21 |
type: mozilla-foundation/common_voice_11_0
|
|
|
|
| 23 |
split: None
|
| 24 |
args: 'config: tr, split: test'
|
| 25 |
metrics:
|
| 26 |
+
- name: Wer
|
| 27 |
+
type: wer
|
| 28 |
+
value: 43.06339873086104
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 32 |
should probably proofread and complete it, then remove this comment. -->
|
| 33 |
|
| 34 |
+
# Whisper Small Tr - Canberk Kandemir
|
| 35 |
|
| 36 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
+
- Loss: 0.5432
|
| 39 |
+
- Wer: 43.0634
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
|
|
| 55 |
### Training hyperparameters
|
| 56 |
|
| 57 |
The following hyperparameters were used during training:
|
| 58 |
+
- learning_rate: 7e-05
|
| 59 |
- train_batch_size: 16
|
| 60 |
- eval_batch_size: 8
|
| 61 |
- seed: 42
|
| 62 |
+
- gradient_accumulation_steps: 2
|
| 63 |
+
- total_train_batch_size: 32
|
| 64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 65 |
- lr_scheduler_type: linear
|
| 66 |
+
- lr_scheduler_warmup_steps: 1000
|
| 67 |
- training_steps: 5000
|
| 68 |
- mixed_precision_training: Native AMP
|
| 69 |
|
|
|
|
| 71 |
|
| 72 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 73 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
| 74 |
+
| 0.4399 | 0.44 | 500 | 0.6307 | 61.0351 |
|
| 75 |
+
| 0.4322 | 0.89 | 1000 | 0.6820 | 58.6909 |
|
| 76 |
+
| 0.2857 | 1.33 | 1500 | 0.6496 | 54.3867 |
|
| 77 |
+
| 0.2839 | 1.77 | 2000 | 0.6088 | 49.6497 |
|
| 78 |
+
| 0.1467 | 2.21 | 2500 | 0.5813 | 47.3346 |
|
| 79 |
+
| 0.1268 | 2.66 | 3000 | 0.5647 | 46.1315 |
|
| 80 |
+
| 0.0711 | 3.1 | 3500 | 0.5532 | 44.8196 |
|
| 81 |
+
| 0.0658 | 3.54 | 4000 | 0.5444 | 43.4670 |
|
| 82 |
+
| 0.0601 | 3.99 | 4500 | 0.5372 | 43.4146 |
|
| 83 |
+
| 0.0304 | 4.43 | 5000 | 0.5432 | 43.0634 |
|
| 84 |
|
| 85 |
|
| 86 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151061672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:221f5022f120adee071bfb66fdfa145cf032bac1dc999e3282c927d55058a9ae
|
| 3 |
size 151061672
|
runs/Feb18_23-24-20_d5cefe444400/events.out.tfevents.1708298674.d5cefe444400.2635.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee5ee34ac960196204fb843e2a054012bbefeb5ee622cf7f211ee9fbbc7cea9a
|
| 3 |
+
size 40097
|