update model card README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,18 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- es
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
- whisper-event
|
7 |
- generated_from_trainer
|
8 |
-
datasets:
|
9 |
-
- mozilla-foundation/common_voice_11_0
|
10 |
model-index:
|
11 |
-
- name:
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
#
|
19 |
|
20 |
-
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,14 +31,14 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate: 5e-07
|
40 |
- train_batch_size: 64
|
41 |
- eval_batch_size: 32
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
-
- lr_scheduler_warmup_steps:
|
46 |
-
- training_steps:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
+
- name: whisper-tiny-spanish
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
+
# whisper-tiny-spanish
|
14 |
|
15 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
31 |
### Training hyperparameters
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
+
- learning_rate: 3.5e-07
|
35 |
- train_batch_size: 64
|
36 |
- eval_batch_size: 32
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|
40 |
+
- lr_scheduler_warmup_steps: 600
|
41 |
+
- training_steps: 2000
|
42 |
- mixed_precision_training: Native AMP
|
43 |
|
44 |
### Training results
|