End of training
Browse files- README.md +12 -12
- generation_config.json +2 -2
README.md
CHANGED
@@ -17,12 +17,12 @@ model-index:
|
|
17 |
name: google/fleurs
|
18 |
type: google/fleurs
|
19 |
config: hi_in
|
20 |
-
split: train
|
21 |
args: hi_in
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the google/fleurs dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer Ortho: 0.
|
37 |
-
- Wer: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -54,8 +54,8 @@ More information needed
|
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
- learning_rate: 1e-05
|
57 |
-
- train_batch_size:
|
58 |
-
- eval_batch_size:
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: constant_with_warmup
|
@@ -67,11 +67,11 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
17 |
name: google/fleurs
|
18 |
type: google/fleurs
|
19 |
config: hi_in
|
20 |
+
split: train+test
|
21 |
args: hi_in
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.42621638924455824
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the google/fleurs dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.8315
|
36 |
+
- Wer Ortho: 0.4313
|
37 |
+
- Wer: 0.4262
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
- learning_rate: 1e-05
|
57 |
+
- train_batch_size: 32
|
58 |
+
- eval_batch_size: 32
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: constant_with_warmup
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
70 |
+
| 1.8112 | 1.39 | 100 | 1.7274 | 0.6323 | 0.6258 |
|
71 |
+
| 1.0387 | 2.78 | 200 | 1.1194 | 0.5130 | 0.5072 |
|
72 |
+
| 0.7671 | 4.17 | 300 | 0.9671 | 0.4665 | 0.4613 |
|
73 |
+
| 0.5283 | 5.56 | 400 | 0.8840 | 0.4494 | 0.4440 |
|
74 |
+
| 0.4458 | 6.94 | 500 | 0.8315 | 0.4313 | 0.4262 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
generation_config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"forced_decoder_ids": [
|
36 |
[
|
37 |
1,
|
38 |
-
|
39 |
],
|
40 |
[
|
41 |
2,
|
@@ -148,7 +148,7 @@
|
|
148 |
"<|yo|>": 50325,
|
149 |
"<|zh|>": 50260
|
150 |
},
|
151 |
-
"language": "
|
152 |
"max_initial_timestamp_index": 1,
|
153 |
"max_length": 448,
|
154 |
"no_timestamps_token_id": 50363,
|
|
|
35 |
"forced_decoder_ids": [
|
36 |
[
|
37 |
1,
|
38 |
+
50276
|
39 |
],
|
40 |
[
|
41 |
2,
|
|
|
148 |
"<|yo|>": 50325,
|
149 |
"<|zh|>": 50260
|
150 |
},
|
151 |
+
"language": "hindi",
|
152 |
"max_initial_timestamp_index": 1,
|
153 |
"max_length": 448,
|
154 |
"no_timestamps_token_id": 50363,
|