kavyamanohar
commited on
Commit
·
e023493
1
Parent(s):
8c77ec8
End of training
Browse files- README.md +12 -11
- generation_config.json +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,20 +45,21 @@ The following hyperparameters were used during training:
|
|
45 |
- lr_scheduler_type: constant_with_warmup
|
46 |
- lr_scheduler_warmup_steps: 50
|
47 |
- training_steps: 800
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- Transformers 4.
|
62 |
-
- Pytorch 2.0.1+
|
63 |
-
- Datasets 2.
|
64 |
- Tokenizers 0.14.0
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5452
|
21 |
+
- Wer: 84.0883
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
- lr_scheduler_type: constant_with_warmup
|
46 |
- lr_scheduler_warmup_steps: 50
|
47 |
- training_steps: 800
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| 0.0869 | 6.25 | 200 | 0.3877 | 89.5470 |
|
55 |
+
| 0.0138 | 12.5 | 400 | 0.4962 | 87.4564 |
|
56 |
+
| 0.0088 | 18.75 | 600 | 0.5118 | 100.3484 |
|
57 |
+
| 0.0058 | 25.0 | 800 | 0.5452 | 84.0883 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.35.0
|
63 |
+
- Pytorch 2.0.1+cu117
|
64 |
+
- Datasets 2.12.0
|
65 |
- Tokenizers 0.14.0
|
generation_config.json
CHANGED
@@ -265,5 +265,5 @@
|
|
265 |
"transcribe": 50359,
|
266 |
"translate": 50358
|
267 |
},
|
268 |
-
"transformers_version": "4.
|
269 |
}
|
|
|
265 |
"transcribe": 50359,
|
266 |
"translate": 50358
|
267 |
},
|
268 |
+
"transformers_version": "4.35.0"
|
269 |
}
|