SamaYousef
commited on
Commit
•
2c5920d
1
Parent(s):
7b92959
End of training
Browse files- README.md +6 -6
- generation_config.json +10 -2
README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
language:
|
4 |
-
-
|
5 |
license: apache-2.0
|
6 |
base_model: openai/whisper-small
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
-
|
11 |
model-index:
|
12 |
-
- name: Whisper Small
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
-
# Whisper Small
|
20 |
|
21 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
-
- training_steps:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
language:
|
4 |
+
- ar
|
5 |
license: apache-2.0
|
6 |
base_model: openai/whisper-small
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- SamaYousef/fate7a
|
11 |
model-index:
|
12 |
+
- name: Whisper Small ar - Sanchit Gandhi
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
+
# Whisper Small ar - Sanchit Gandhi
|
20 |
|
21 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Sama_wis dataset.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
+
- training_steps: 10
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
generation_config.json
CHANGED
@@ -48,6 +48,16 @@
|
|
48 |
"bos_token_id": 50257,
|
49 |
"decoder_start_token_id": 50258,
|
50 |
"eos_token_id": 50257,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
"is_multilingual": true,
|
52 |
"lang_to_id": {
|
53 |
"<|af|>": 50327,
|
@@ -150,7 +160,6 @@
|
|
150 |
"<|yo|>": 50325,
|
151 |
"<|zh|>": 50260
|
152 |
},
|
153 |
-
"language": "arabic",
|
154 |
"max_initial_timestamp_index": 50,
|
155 |
"max_length": 448,
|
156 |
"no_timestamps_token_id": 50363,
|
@@ -245,7 +254,6 @@
|
|
245 |
50361,
|
246 |
50362
|
247 |
],
|
248 |
-
"task": "transcribe",
|
249 |
"task_to_id": {
|
250 |
"transcribe": 50359,
|
251 |
"translate": 50358
|
|
|
48 |
"bos_token_id": 50257,
|
49 |
"decoder_start_token_id": 50258,
|
50 |
"eos_token_id": 50257,
|
51 |
+
"forced_decoder_ids": [
|
52 |
+
[
|
53 |
+
1,
|
54 |
+
null
|
55 |
+
],
|
56 |
+
[
|
57 |
+
2,
|
58 |
+
50359
|
59 |
+
]
|
60 |
+
],
|
61 |
"is_multilingual": true,
|
62 |
"lang_to_id": {
|
63 |
"<|af|>": 50327,
|
|
|
160 |
"<|yo|>": 50325,
|
161 |
"<|zh|>": 50260
|
162 |
},
|
|
|
163 |
"max_initial_timestamp_index": 50,
|
164 |
"max_length": 448,
|
165 |
"no_timestamps_token_id": 50363,
|
|
|
254 |
50361,
|
255 |
50362
|
256 |
],
|
|
|
257 |
"task_to_id": {
|
258 |
"transcribe": 50359,
|
259 |
"translate": 50358
|