gglabs/stt-turbo-multilingual-test
Browse files- README.md +11 -21
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- runs/May25_00-40-08_ubuntu/events.out.tfevents.1748101208.ubuntu.32776.0 +3 -0
- training_args.bin +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-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the custom_multilingual dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Wer:
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -40,32 +40,22 @@ More information needed
|
|
| 40 |
### Training hyperparameters
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
-
- learning_rate: 0.
|
| 44 |
-
- train_batch_size:
|
| 45 |
-
- eval_batch_size:
|
| 46 |
- seed: 42
|
| 47 |
-
- gradient_accumulation_steps: 4
|
| 48 |
-
- total_train_batch_size: 64
|
| 49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
-
- lr_scheduler_warmup_steps:
|
| 52 |
-
- training_steps:
|
| 53 |
- mixed_precision_training: Native AMP
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
-
| Training Loss | Epoch
|
| 58 |
-
|:-------------:|:------
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.2321 | 3.2913 | 1500 | 0.3579 | 16.6319 |
|
| 62 |
-
| 0.2101 | 4.3884 | 2000 | 0.3635 | 16.3539 |
|
| 63 |
-
| 0.1901 | 5.4855 | 2500 | 0.3677 | 15.7470 |
|
| 64 |
-
| 0.1673 | 6.5826 | 3000 | 0.3748 | 15.4413 |
|
| 65 |
-
| 0.146 | 7.6796 | 3500 | 0.3813 | 15.4691 |
|
| 66 |
-
| 0.13 | 8.7767 | 4000 | 0.3879 | 15.6266 |
|
| 67 |
-
| 0.1206 | 9.8738 | 4500 | 0.3950 | 15.4459 |
|
| 68 |
-
| 0.1091 | 10.9709 | 5000 | 0.3980 | 15.3116 |
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
|
|
|
| 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 custom_multilingual dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.3434
|
| 24 |
+
- Wer: 25.3086
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 40 |
### Training hyperparameters
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 0.001
|
| 44 |
+
- train_batch_size: 4
|
| 45 |
+
- eval_batch_size: 4
|
| 46 |
- seed: 42
|
|
|
|
|
|
|
| 47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
+
- lr_scheduler_warmup_steps: 5
|
| 50 |
+
- training_steps: 20
|
| 51 |
- mixed_precision_training: Native AMP
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 56 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
| 57 |
+
| 0.6956 | 0.1754 | 10 | 0.4175 | 32.7160 |
|
| 58 |
+
| 0.2372 | 0.3509 | 20 | 0.3434 | 25.3086 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -28,8 +28,8 @@
|
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
| 30 |
"v_proj",
|
| 31 |
-
"o_proj",
|
| 32 |
"k_proj",
|
|
|
|
| 33 |
"q_proj"
|
| 34 |
],
|
| 35 |
"task_type": null,
|
|
|
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
| 30 |
"v_proj",
|
|
|
|
| 31 |
"k_proj",
|
| 32 |
+
"o_proj",
|
| 33 |
"q_proj"
|
| 34 |
],
|
| 35 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 78677456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:795b992857e478e64e53623aa7a99b91a8d9b5f8100961a67d679b74f05d8cdb
|
| 3 |
size 78677456
|
runs/May25_00-40-08_ubuntu/events.out.tfevents.1748101208.ubuntu.32776.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c372f0490278e277a2d0116e95f28360a2d44f2f1ca20e95abdb5a4b35760361
|
| 3 |
+
size 9414
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9b26113d4187becce7aef3bd62b47862e056d6587add7f8094e7ba04fc0a4b8
|
| 3 |
size 5496
|