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 Tiny Tr - Canberk Kandemir
|
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,9 +23,9 @@ 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
|
@@ -35,8 +35,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Wer:
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -55,26 +55,24 @@ More information needed
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
-
- learning_rate:
|
59 |
-
- train_batch_size:
|
60 |
- eval_batch_size: 16
|
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:
|
66 |
-
- lr_scheduler_warmup_steps:
|
67 |
-
- training_steps:
|
68 |
- mixed_precision_training: Native AMP
|
69 |
|
70 |
### Training results
|
71 |
|
72 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
73 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
|
79 |
|
80 |
### Framework versions
|
|
|
2 |
language:
|
3 |
- tr
|
4 |
license: apache-2.0
|
5 |
+
base_model: openai/whisper-tiny
|
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 Tiny 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: 46.32551279812152
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.5251
|
39 |
+
- Wer: 46.3255
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 1e-05
|
59 |
+
- train_batch_size: 32
|
60 |
- eval_batch_size: 16
|
61 |
- seed: 42
|
|
|
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: cosine
|
64 |
+
- lr_scheduler_warmup_steps: 1000
|
65 |
+
- training_steps: 2000
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
72 |
+
| 0.1699 | 0.44 | 500 | 0.5298 | 45.2446 |
|
73 |
+
| 0.1401 | 0.89 | 1000 | 0.5348 | 47.2415 |
|
74 |
+
| 0.1152 | 1.33 | 1500 | 0.5375 | 47.3560 |
|
75 |
+
| 0.1602 | 1.77 | 2000 | 0.5251 | 46.3255 |
|
76 |
|
77 |
|
78 |
### 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:3bd42cf1bfe30613cedd7dbe8f8b584d991204233e24e9acb68b199324a7b23f
|
3 |
size 151061672
|
runs/Feb17_23-10-48_a2c1a4b591cc/events.out.tfevents.1708211468.a2c1a4b591cc.130718.2
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:a2b4f6605c48657e477dec0aba8c623ce940211a955b6dee74834761b813f039
|
3 |
+
size 19350
|