End of training
Browse files- README.md +6 -5
- generation_config.json +1 -1
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- mr
|
4 |
license: apache-2.0
|
@@ -34,7 +35,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 13 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss:
|
38 |
- Wer Ortho: 10.0
|
39 |
- Wer: 10.0
|
40 |
|
@@ -69,12 +70,12 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
71 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:----:|
|
72 |
-
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
76 |
|
77 |
-
- Transformers 4.
|
78 |
-
- Pytorch 2.
|
79 |
-
- Datasets 2.
|
80 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
language:
|
4 |
- mr
|
5 |
license: apache-2.0
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 13 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 3.8602
|
39 |
- Wer Ortho: 10.0
|
40 |
- Wer: 10.0
|
41 |
|
|
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
72 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:----:|
|
73 |
+
| 4.1359 | 0.1994 | 200 | 3.8602 | 10.0 | 10.0 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
+
- Transformers 4.44.2
|
79 |
+
- Pytorch 2.4.0+cu121
|
80 |
+
- Datasets 2.21.0
|
81 |
- Tokenizers 0.19.1
|
generation_config.json
CHANGED
@@ -244,5 +244,5 @@
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
-
"transformers_version": "4.
|
248 |
}
|
|
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
246 |
},
|
247 |
+
"transformers_version": "4.44.2"
|
248 |
}
|