End of training
Browse files- README.md +4 -3
- model.safetensors +1 -1
README.md
CHANGED
@@ -20,8 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the AI4Bharat-svarah dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Wer:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -49,7 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_steps: 500
|
52 |
-
- training_steps:
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
@@ -57,6 +57,7 @@ The following hyperparameters were used during training:
|
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
58 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
59 |
| 0.1893 | 2.6702 | 1000 | 0.3790 | 22.8606 |
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the AI4Bharat-svarah dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1469
|
24 |
+
- Wer: 23.6355
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_steps: 500
|
52 |
+
- training_steps: 2000
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
|
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
58 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
59 |
| 0.1893 | 2.6702 | 1000 | 0.3790 | 22.8606 |
|
60 |
+
| 0.0709 | 5.3458 | 2000 | 0.1469 | 23.6355 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 290403936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba45c5495a8744a7fb7e626076d59c5daa9d9e9799de00432b30106c9b70f39d
|
3 |
size 290403936
|