End of training
Browse files- README.md +54 -13
- generation_config.json +1 -1
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -7,18 +7,37 @@ base_model: openai/whisper-large-v3-turbo
|
|
| 7 |
tags:
|
| 8 |
- generated_from_trainer
|
| 9 |
datasets:
|
| 10 |
-
- kiranpantha/OpenSLR54-
|
|
|
|
|
|
|
| 11 |
model-index:
|
| 12 |
-
- name: Whisper
|
| 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
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the OpenSLR54 dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -37,19 +56,41 @@ More information needed
|
|
| 37 |
### Training hyperparameters
|
| 38 |
|
| 39 |
The following hyperparameters were used during training:
|
| 40 |
-
- learning_rate:
|
| 41 |
-
- train_batch_size:
|
| 42 |
- eval_batch_size: 8
|
| 43 |
- seed: 42
|
| 44 |
-
- optimizer:
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
-
- lr_scheduler_warmup_steps:
|
| 47 |
-
-
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
### Framework versions
|
| 51 |
|
| 52 |
-
- Transformers 4.
|
| 53 |
-
- Pytorch 2.
|
| 54 |
-
- Datasets 3.0
|
| 55 |
-
- Tokenizers 0.20.
|
|
|
|
| 7 |
tags:
|
| 8 |
- generated_from_trainer
|
| 9 |
datasets:
|
| 10 |
+
- kiranpantha/OpenSLR54-Whisper
|
| 11 |
+
metrics:
|
| 12 |
+
- wer
|
| 13 |
model-index:
|
| 14 |
+
- name: Whisper Large v3 Turbo Nepali - Kiran Pantha
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
name: Automatic Speech Recognition
|
| 18 |
+
type: automatic-speech-recognition
|
| 19 |
+
dataset:
|
| 20 |
+
name: OpenSLR54
|
| 21 |
+
type: kiranpantha/OpenSLR54-Whisper
|
| 22 |
+
config: default
|
| 23 |
+
split: test
|
| 24 |
+
args: 'config: ne, split: test'
|
| 25 |
+
metrics:
|
| 26 |
+
- name: Wer
|
| 27 |
+
type: wer
|
| 28 |
+
value: 23.63425925925926
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 32 |
should probably proofread and complete it, then remove this comment. -->
|
| 33 |
|
| 34 |
+
# Whisper Large v3 Turbo Nepali - Kiran Pantha
|
| 35 |
|
| 36 |
This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the OpenSLR54 dataset.
|
| 37 |
+
It achieves the following results on the evaluation set:
|
| 38 |
+
- Loss: 0.1707
|
| 39 |
+
- Wer: 23.6343
|
| 40 |
+
- Cer: 5.4903
|
| 41 |
|
| 42 |
## Model description
|
| 43 |
|
|
|
|
| 56 |
### Training hyperparameters
|
| 57 |
|
| 58 |
The following hyperparameters were used during training:
|
| 59 |
+
- learning_rate: 1e-05
|
| 60 |
+
- train_batch_size: 16
|
| 61 |
- eval_batch_size: 8
|
| 62 |
- seed: 42
|
| 63 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 64 |
- lr_scheduler_type: linear
|
| 65 |
+
- lr_scheduler_warmup_steps: 500
|
| 66 |
+
- training_steps: 5000
|
| 67 |
- mixed_precision_training: Native AMP
|
| 68 |
|
| 69 |
+
### Training results
|
| 70 |
+
|
| 71 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
| 72 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|:-------:|
|
| 73 |
+
| 0.3073 | 0.3597 | 300 | 0.2895 | 53.2870 | 13.5643 |
|
| 74 |
+
| 0.2457 | 0.7194 | 600 | 0.2396 | 45.3704 | 11.6816 |
|
| 75 |
+
| 0.166 | 1.0791 | 900 | 0.2062 | 37.9167 | 9.6668 |
|
| 76 |
+
| 0.1477 | 1.4388 | 1200 | 0.1949 | 37.4306 | 9.3071 |
|
| 77 |
+
| 0.1284 | 1.7986 | 1500 | 0.1680 | 32.6620 | 8.3235 |
|
| 78 |
+
| 0.0745 | 2.1583 | 1800 | 0.1706 | 31.1574 | 7.5272 |
|
| 79 |
+
| 0.0701 | 2.5180 | 2100 | 0.1661 | 32.0370 | 7.7217 |
|
| 80 |
+
| 0.0777 | 2.8777 | 2400 | 0.1599 | 28.6111 | 7.1308 |
|
| 81 |
+
| 0.0455 | 3.2374 | 2700 | 0.1723 | 28.7037 | 7.0097 |
|
| 82 |
+
| 0.0375 | 3.5971 | 3000 | 0.1579 | 26.9444 | 6.3674 |
|
| 83 |
+
| 0.0374 | 3.9568 | 3300 | 0.1639 | 26.8981 | 6.2794 |
|
| 84 |
+
| 0.0171 | 4.3165 | 3600 | 0.1711 | 25.3241 | 6.2280 |
|
| 85 |
+
| 0.0219 | 4.6763 | 3900 | 0.1638 | 25.0 | 5.9307 |
|
| 86 |
+
| 0.0089 | 5.0360 | 4200 | 0.1635 | 24.5139 | 5.7435 |
|
| 87 |
+
| 0.0072 | 5.3957 | 4500 | 0.1717 | 24.1898 | 5.5711 |
|
| 88 |
+
| 0.0059 | 5.7554 | 4800 | 0.1707 | 23.6343 | 5.4903 |
|
| 89 |
+
|
| 90 |
+
|
| 91 |
### Framework versions
|
| 92 |
|
| 93 |
+
- Transformers 4.46.3
|
| 94 |
+
- Pytorch 2.5.1+cxx11.abi
|
| 95 |
+
- Datasets 3.2.0
|
| 96 |
+
- Tokenizers 0.20.3
|
generation_config.json
CHANGED
|
@@ -237,5 +237,5 @@
|
|
| 237 |
"transcribe": 50360,
|
| 238 |
"translate": 50359
|
| 239 |
},
|
| 240 |
-
"transformers_version": "4.
|
| 241 |
}
|
|
|
|
| 237 |
"transcribe": 50360,
|
| 238 |
"translate": 50359
|
| 239 |
},
|
| 240 |
+
"transformers_version": "4.46.3"
|
| 241 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3235581408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da7b0a4676e517d6877ea6183c4caa9fbde3a8f54945ff17ded2be3133b15123
|
| 3 |
size 3235581408
|