Model save
Browse files- README.md +12 -24
- generation_config.json +1 -1
README.md
CHANGED
|
@@ -4,24 +4,11 @@ license: apache-2.0
|
|
| 4 |
base_model: razhan/whisper-base-hawrami
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
-
datasets:
|
| 8 |
-
- razhan/DOLMA-speech
|
| 9 |
metrics:
|
| 10 |
- wer
|
| 11 |
model-index:
|
| 12 |
- name: whisper-base-hawrami-transcription
|
| 13 |
-
results:
|
| 14 |
-
- task:
|
| 15 |
-
name: Automatic Speech Recognition
|
| 16 |
-
type: automatic-speech-recognition
|
| 17 |
-
dataset:
|
| 18 |
-
name: razhan/DOLMA-speech hawrami
|
| 19 |
-
type: razhan/DOLMA-speech
|
| 20 |
-
args: hawrami
|
| 21 |
-
metrics:
|
| 22 |
-
- name: Wer
|
| 23 |
-
type: wer
|
| 24 |
-
value: 2.3790849673202614
|
| 25 |
---
|
| 26 |
|
| 27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -29,10 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 29 |
|
| 30 |
# whisper-base-hawrami-transcription
|
| 31 |
|
| 32 |
-
This model is a fine-tuned version of [razhan/whisper-base-hawrami](https://huggingface.co/razhan/whisper-base-hawrami) on
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
-
- Loss:
|
| 35 |
-
- Wer:
|
|
|
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
@@ -52,7 +40,7 @@ More information needed
|
|
| 52 |
|
| 53 |
The following hyperparameters were used during training:
|
| 54 |
- learning_rate: 1e-05
|
| 55 |
-
- train_batch_size:
|
| 56 |
- eval_batch_size: 128
|
| 57 |
- seed: 42
|
| 58 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
|
@@ -63,12 +51,12 @@ The following hyperparameters were used during training:
|
|
| 63 |
|
| 64 |
### Training results
|
| 65 |
|
| 66 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 67 |
-
|
| 68 |
-
|
|
| 69 |
-
|
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|
|
|
|
| 4 |
base_model: razhan/whisper-base-hawrami
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
| 7 |
metrics:
|
| 8 |
- wer
|
| 9 |
model-index:
|
| 10 |
- name: whisper-base-hawrami-transcription
|
| 11 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 16 |
|
| 17 |
# whisper-base-hawrami-transcription
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [razhan/whisper-base-hawrami](https://huggingface.co/razhan/whisper-base-hawrami) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.2612
|
| 22 |
+
- Wer: 0.4013
|
| 23 |
+
- Cer: 0.0856
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 40 |
|
| 41 |
The following hyperparameters were used during training:
|
| 42 |
- learning_rate: 1e-05
|
| 43 |
+
- train_batch_size: 128
|
| 44 |
- eval_batch_size: 128
|
| 45 |
- seed: 42
|
| 46 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
|
|
|
| 51 |
|
| 52 |
### Training results
|
| 53 |
|
| 54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
| 55 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
| 56 |
+
| 0.6798 | 1.0 | 80 | 0.5513 | 0.6855 | 0.1788 |
|
| 57 |
+
| 0.3095 | 2.0 | 160 | 0.2984 | 0.4486 | 0.0972 |
|
| 58 |
+
| 0.2673 | 3.0 | 240 | 0.2676 | 0.4143 | 0.0882 |
|
| 59 |
+
| 0.2428 | 4.0 | 320 | 0.2612 | 0.4013 | 0.0856 |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
generation_config.json
CHANGED
|
@@ -239,7 +239,7 @@
|
|
| 239 |
50361,
|
| 240 |
50362
|
| 241 |
],
|
| 242 |
-
"task": "
|
| 243 |
"task_to_id": {
|
| 244 |
"transcribe": 50359,
|
| 245 |
"translate": 50358
|
|
|
|
| 239 |
50361,
|
| 240 |
50362
|
| 241 |
],
|
| 242 |
+
"task": "transcribe",
|
| 243 |
"task_to_id": {
|
| 244 |
"transcribe": 50359,
|
| 245 |
"translate": 50358
|