Model save
Browse files- README.md +25 -37
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
-
language:
|
| 4 |
-
- fr
|
| 5 |
license: apache-2.0
|
| 6 |
base_model: openai/whisper-small
|
| 7 |
tags:
|
|
@@ -11,18 +9,18 @@ tags:
|
|
| 11 |
metrics:
|
| 12 |
- wer
|
| 13 |
model-index:
|
| 14 |
-
- name: 52Hz
|
| 15 |
results: []
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 19 |
should probably proofread and complete it, then remove this comment. -->
|
| 20 |
|
| 21 |
-
# 52Hz
|
| 22 |
|
| 23 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
-
- Loss: 0.
|
| 26 |
- Wer: 19.5896
|
| 27 |
|
| 28 |
## Model description
|
|
@@ -51,43 +49,33 @@ The following hyperparameters were used during training:
|
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
- lr_scheduler_type: cosine
|
| 53 |
- lr_scheduler_warmup_ratio: 0.1
|
| 54 |
-
- num_epochs:
|
| 55 |
- mixed_precision_training: Native AMP
|
| 56 |
|
| 57 |
### Training results
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 60 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
| 61 |
-
| 2.
|
| 62 |
-
| 1.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
-
| 0.
|
| 80 |
-
| 0.
|
| 81 |
-
| 0.0311 | 21.0 | 441 | 0.3236 | 20.3358 |
|
| 82 |
-
| 0.0306 | 22.0 | 462 | 0.3177 | 19.5896 |
|
| 83 |
-
| 0.0229 | 23.0 | 483 | 0.3253 | 19.7761 |
|
| 84 |
-
| 0.0231 | 24.0 | 504 | 0.3298 | 19.9627 |
|
| 85 |
-
| 0.0198 | 25.0 | 525 | 0.3316 | 19.7761 |
|
| 86 |
-
| 0.0212 | 26.0 | 546 | 0.3322 | 19.7761 |
|
| 87 |
-
| 0.0208 | 27.0 | 567 | 0.3309 | 19.5896 |
|
| 88 |
-
| 0.0183 | 28.0 | 588 | 0.3317 | 19.5896 |
|
| 89 |
-
| 0.0254 | 29.0 | 609 | 0.3312 | 19.5896 |
|
| 90 |
-
| 0.0229 | 30.0 | 630 | 0.3311 | 19.5896 |
|
| 91 |
|
| 92 |
|
| 93 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
|
|
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: openai/whisper-small
|
| 5 |
tags:
|
|
|
|
| 9 |
metrics:
|
| 10 |
- wer
|
| 11 |
model-index:
|
| 12 |
+
- name: 52Hz-small-LORA-fr
|
| 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 |
+
# 52Hz-small-LORA-fr
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.3100
|
| 24 |
- Wer: 19.5896
|
| 25 |
|
| 26 |
## Model description
|
|
|
|
| 49 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
- lr_scheduler_type: cosine
|
| 51 |
- lr_scheduler_warmup_ratio: 0.1
|
| 52 |
+
- num_epochs: 20
|
| 53 |
- mixed_precision_training: Native AMP
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
| 59 |
+
| 2.4225 | 1.0 | 21 | 0.9856 | 61.0075 |
|
| 60 |
+
| 1.1531 | 2.0 | 42 | 0.5645 | 34.5149 |
|
| 61 |
+
| 0.6599 | 3.0 | 63 | 0.3796 | 29.8507 |
|
| 62 |
+
| 0.4498 | 4.0 | 84 | 0.3136 | 26.6791 |
|
| 63 |
+
| 0.3502 | 5.0 | 105 | 0.2993 | 26.6791 |
|
| 64 |
+
| 0.2559 | 6.0 | 126 | 0.3062 | 25.5597 |
|
| 65 |
+
| 0.1846 | 7.0 | 147 | 0.2905 | 21.6418 |
|
| 66 |
+
| 0.1538 | 8.0 | 168 | 0.3110 | 23.6940 |
|
| 67 |
+
| 0.1498 | 9.0 | 189 | 0.2954 | 21.0821 |
|
| 68 |
+
| 0.1431 | 10.0 | 210 | 0.2963 | 20.7090 |
|
| 69 |
+
| 0.0861 | 11.0 | 231 | 0.2945 | 19.5896 |
|
| 70 |
+
| 0.082 | 12.0 | 252 | 0.3092 | 22.2015 |
|
| 71 |
+
| 0.0786 | 13.0 | 273 | 0.2977 | 19.0299 |
|
| 72 |
+
| 0.072 | 14.0 | 294 | 0.2997 | 21.2687 |
|
| 73 |
+
| 0.0613 | 15.0 | 315 | 0.3030 | 20.3358 |
|
| 74 |
+
| 0.0489 | 16.0 | 336 | 0.3104 | 20.3358 |
|
| 75 |
+
| 0.0527 | 17.0 | 357 | 0.3075 | 19.4030 |
|
| 76 |
+
| 0.052 | 18.0 | 378 | 0.3099 | 19.7761 |
|
| 77 |
+
| 0.0518 | 19.0 | 399 | 0.3101 | 19.5896 |
|
| 78 |
+
| 0.0491 | 20.0 | 420 | 0.3100 | 19.5896 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 103862440
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9084468cc72190140768cb4d419ac52b2ec953273d42e3ba05f2489cf473192a
|
| 3 |
size 103862440
|