rishabhjain16
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: openai/whisper-medium
|
4 |
+
tags:
|
5 |
+
- whisper-event
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- rishabhjain16/kaggle_albanian
|
9 |
+
metrics:
|
10 |
+
- wer
|
11 |
+
model-index:
|
12 |
+
- name: Whisper medium to Kaggle Albanian
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Automatic Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: rishabhjain16/kaggle_albanian default
|
19 |
+
type: rishabhjain16/kaggle_albanian
|
20 |
+
metrics:
|
21 |
+
- name: Wer
|
22 |
+
type: wer
|
23 |
+
value: 26.91
|
24 |
+
---
|
25 |
+
|
26 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
27 |
+
should probably proofread and complete it, then remove this comment. -->
|
28 |
+
|
29 |
+
# Whisper medium to Kaggle Albanian
|
30 |
+
|
31 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the rishabhjain16/kaggle_albanian default dataset.
|
32 |
+
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.3393
|
34 |
+
- Wer: 26.91
|
35 |
+
|
36 |
+
## Model description
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Intended uses & limitations
|
41 |
+
|
42 |
+
More information needed
|
43 |
+
|
44 |
+
## Training and evaluation data
|
45 |
+
|
46 |
+
More information needed
|
47 |
+
|
48 |
+
## Training procedure
|
49 |
+
|
50 |
+
### Training hyperparameters
|
51 |
+
|
52 |
+
The following hyperparameters were used during training:
|
53 |
+
- learning_rate: 1e-05
|
54 |
+
- train_batch_size: 16
|
55 |
+
- eval_batch_size: 16
|
56 |
+
- seed: 42
|
57 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
+
- lr_scheduler_type: linear
|
59 |
+
- lr_scheduler_warmup_steps: 500
|
60 |
+
- training_steps: 5500
|
61 |
+
- mixed_precision_training: Native AMP
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Step | Validation Loss | Wer |
|
66 |
+
|:-------------:|:----:|:---------------:|:-------:|
|
67 |
+
| 0.4716 | 500 | 0.5687 | 45.1093 |
|
68 |
+
| 0.3883 | 1000 | 0.4522 | 36.6402 |
|
69 |
+
| 0.3695 | 1500 | 0.4099 | 33.9459 |
|
70 |
+
| 0.3375 | 2000 | 0.3783 | 31.4906 |
|
71 |
+
| 0.2146 | 2500 | 0.3662 | 29.5184 |
|
72 |
+
| 0.2010 | 3000 | 0.3638 | 29.7474 |
|
73 |
+
| 0.1799 | 3500 | 0.3519 | 28.6020 |
|
74 |
+
| 0.1791 | 4000 | 0.3455 | 28.3978 |
|
75 |
+
| 0.0621 | 4500 | 0.3592 | 27.1452 |
|
76 |
+
| 0.0679 | 5000 | 0.3561 | 27.1079 |
|
77 |
+
| 0.0687 | 5500 | 0.3560 | 26.9186 |
|
78 |
+
|
79 |
+
|
80 |
+
### Framework versions
|
81 |
+
|
82 |
+
- Transformers 4.37.2
|
83 |
+
- Pytorch 1.14.0a0+44dac51
|
84 |
+
- Datasets 2.17.1
|
85 |
+
- Tokenizers 0.15.2
|