End of training
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
- ctam8736/
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
@@ -18,12 +18,12 @@ model-index:
|
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
name: Papi ASR Test
|
21 |
-
type: ctam8736/
|
22 |
args: 'config: es, split: test'
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
-
value:
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Papi ASR Test dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -60,23 +60,18 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 500
|
63 |
-
- training_steps:
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
69 |
-
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
| 4.1417 | 10.0 | 60 | 3.7012 | 123.8710 |
|
76 |
-
| 4.1417 | 11.67 | 70 | 3.4099 | 122.9032 |
|
77 |
-
| 3.3662 | 13.33 | 80 | 3.0957 | 120.6452 |
|
78 |
-
| 3.3662 | 15.0 | 90 | 2.7755 | 82.2581 |
|
79 |
-
| 2.5332 | 16.67 | 100 | 2.4408 | 80.6452 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
7 |
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- ctam8736/papi_asr
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
|
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
name: Papi ASR Test
|
21 |
+
type: ctam8736/papi_asr
|
22 |
args: 'config: es, split: test'
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 22.26516425326875
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Papi ASR Test dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.2038
|
37 |
+
- Wer: 22.2652
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 500
|
63 |
+
- training_steps: 1000
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
70 |
+
| 0.8909 | 0.34 | 200 | 0.8337 | 59.4875 |
|
71 |
+
| 0.4264 | 0.69 | 400 | 0.4114 | 33.3977 |
|
72 |
+
| 0.2452 | 1.03 | 600 | 0.2663 | 26.1676 |
|
73 |
+
| 0.1953 | 1.38 | 800 | 0.2188 | 24.0369 |
|
74 |
+
| 0.1699 | 1.72 | 1000 | 0.2038 | 22.2652 |
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|