gglabs/stt-turbo-multilingual-v0.0.11
Browse files- README.md +21 -11
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- runs/May25_10-55-44_ubuntu/events.out.tfevents.1748138145.ubuntu.39935.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,22 +40,32 @@ 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 |
- 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:
|
| 50 |
-
- training_steps:
|
| 51 |
- mixed_precision_training: Native AMP
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
-
| Training Loss | Epoch
|
| 56 |
-
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
### 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.3860
|
| 24 |
+
- Wer: 15.9354
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 40 |
### Training hyperparameters
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 0.0005
|
| 44 |
+
- train_batch_size: 16
|
| 45 |
+
- eval_batch_size: 32
|
| 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: 200
|
| 52 |
+
- training_steps: 5000
|
| 53 |
- mixed_precision_training: Native AMP
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 58 |
+
|:-------------:|:-------:|:----:|:---------------:|:-------:|
|
| 59 |
+
| 0.3244 | 1.0971 | 500 | 0.3557 | 19.6171 |
|
| 60 |
+
| 0.2701 | 2.1942 | 1000 | 0.3490 | 19.5934 |
|
| 61 |
+
| 0.224 | 3.2913 | 1500 | 0.3503 | 17.5891 |
|
| 62 |
+
| 0.2132 | 4.3884 | 2000 | 0.3518 | 16.9210 |
|
| 63 |
+
| 0.1865 | 5.4855 | 2500 | 0.3571 | 16.2908 |
|
| 64 |
+
| 0.1661 | 6.5826 | 3000 | 0.3652 | 16.0491 |
|
| 65 |
+
| 0.1467 | 7.6796 | 3500 | 0.3692 | 16.4471 |
|
| 66 |
+
| 0.136 | 8.7767 | 4000 | 0.3762 | 15.9496 |
|
| 67 |
+
| 0.1229 | 9.8738 | 4500 | 0.3816 | 15.8453 |
|
| 68 |
+
| 0.1146 | 10.9709 | 5000 | 0.3860 | 15.9354 |
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -27,10 +27,10 @@
|
|
| 27 |
"rank_pattern": {},
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
|
|
|
| 30 |
"k_proj",
|
| 31 |
-
"o_proj",
|
| 32 |
"v_proj",
|
| 33 |
-
"
|
| 34 |
],
|
| 35 |
"task_type": null,
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 27 |
"rank_pattern": {},
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
| 30 |
+
"q_proj",
|
| 31 |
"k_proj",
|
|
|
|
| 32 |
"v_proj",
|
| 33 |
+
"o_proj"
|
| 34 |
],
|
| 35 |
"task_type": null,
|
| 36 |
"trainable_token_indices": 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:1ea6247b8e16801be0648d2b73027fcf6408ab2ea750ce6d71f4920d972aae13
|
| 3 |
size 78677456
|
runs/May25_10-55-44_ubuntu/events.out.tfevents.1748138145.ubuntu.39935.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f94efcb27f324102daaf768180810716fca81843af86e0506315f79d0a13f1b0
|
| 3 |
+
size 20470
|
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:a95a43474a228ffdff8870d11d6af2f6d2aa8fe281c83c3850492a6b5eb71798
|
| 3 |
size 5496
|