End of training
Browse files- README.md +55 -0
- config.json +2 -2
- generation_config.json +1 -1
- tokenizer.json +0 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
license: mit
|
6 |
+
base_model: openai/whisper-large-v3-turbo
|
7 |
+
tags:
|
8 |
+
- whisper-event
|
9 |
+
- generated_from_trainer
|
10 |
+
datasets:
|
11 |
+
- mozilla-foundation/common_voice_17_0
|
12 |
+
model-index:
|
13 |
+
- name: Whisper Large V3 Turbo - Spanish
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
+
should probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
+
# Whisper Large V3 Turbo - Spanish
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the Common Voice 17.0 dataset.
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 1e-05
|
42 |
+
- train_batch_size: 64
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 500
|
48 |
+
- training_steps: 5000
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Framework versions
|
52 |
+
|
53 |
+
- Transformers 4.44.2
|
54 |
+
- Pytorch 2.4.1+cu121
|
55 |
+
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
@@ -43,7 +43,7 @@
|
|
43 |
"pad_token_id": 50257,
|
44 |
"scale_embedding": false,
|
45 |
"torch_dtype": "float32",
|
46 |
-
"transformers_version": "4.
|
47 |
"use_cache": false,
|
48 |
"use_weighted_layer_sum": false,
|
49 |
"vocab_size": 51866
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "adriszmar/whisper-large-v3-turbo-es",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
43 |
"pad_token_id": 50257,
|
44 |
"scale_embedding": false,
|
45 |
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.44.2",
|
47 |
"use_cache": false,
|
48 |
"use_weighted_layer_sum": false,
|
49 |
"vocab_size": 51866
|
generation_config.json
CHANGED
@@ -156,5 +156,5 @@
|
|
156 |
"transcribe": 50360,
|
157 |
"translate": 50359
|
158 |
},
|
159 |
-
"transformers_version": "4.
|
160 |
}
|
|
|
156 |
"transcribe": 50360,
|
157 |
"translate": 50359
|
158 |
},
|
159 |
+
"transformers_version": "4.44.2"
|
160 |
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|