End of training
Browse files- README.md +17 -18
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -23,7 +23,7 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Wer
|
| 25 |
type: wer
|
| 26 |
-
value: 0.
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss: 0.
|
| 37 |
-
- Wer Ortho: 0.
|
| 38 |
-
- Wer: 0.
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
@@ -57,32 +57,31 @@ The following hyperparameters were used during training:
|
|
| 57 |
- learning_rate: 2e-05
|
| 58 |
- train_batch_size: 16
|
| 59 |
- eval_batch_size: 16
|
| 60 |
-
- seed:
|
| 61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
- lr_scheduler_type: constant_with_warmup
|
| 63 |
- lr_scheduler_warmup_steps: 50
|
| 64 |
- training_steps: 500
|
| 65 |
-
- mixed_precision_training: Native AMP
|
| 66 |
|
| 67 |
### Training results
|
| 68 |
|
| 69 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
| 70 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|
|
| 71 |
-
|
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
-
| 0.
|
| 77 |
-
| 0.
|
| 78 |
-
| 0.
|
| 79 |
-
| 0.
|
| 80 |
-
| 0.
|
| 81 |
|
| 82 |
|
| 83 |
### Framework versions
|
| 84 |
|
| 85 |
- Transformers 4.44.2
|
| 86 |
-
- Pytorch 2.4.1
|
| 87 |
-
- Datasets 3.0.
|
| 88 |
- Tokenizers 0.19.1
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Wer
|
| 25 |
type: wer
|
| 26 |
+
value: 0.28512396694214875
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 0.7381
|
| 37 |
+
- Wer Ortho: 0.2850
|
| 38 |
+
- Wer: 0.2851
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
|
|
| 57 |
- learning_rate: 2e-05
|
| 58 |
- train_batch_size: 16
|
| 59 |
- eval_batch_size: 16
|
| 60 |
+
- seed: 0
|
| 61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
- lr_scheduler_type: constant_with_warmup
|
| 63 |
- lr_scheduler_warmup_steps: 50
|
| 64 |
- training_steps: 500
|
|
|
|
| 65 |
|
| 66 |
### Training results
|
| 67 |
|
| 68 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
| 69 |
|:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|
|
| 70 |
+
| 0.9105 | 1.7857 | 50 | 0.6418 | 0.4115 | 0.3937 |
|
| 71 |
+
| 0.2535 | 3.5714 | 100 | 0.5773 | 0.3337 | 0.3164 |
|
| 72 |
+
| 0.0887 | 5.3571 | 150 | 0.6295 | 0.3368 | 0.3182 |
|
| 73 |
+
| 0.0288 | 7.1429 | 200 | 0.6449 | 0.3381 | 0.3211 |
|
| 74 |
+
| 0.0198 | 8.9286 | 250 | 0.6932 | 0.4170 | 0.4203 |
|
| 75 |
+
| 0.0092 | 10.7143 | 300 | 0.6835 | 0.3152 | 0.3058 |
|
| 76 |
+
| 0.0134 | 12.5 | 350 | 0.7404 | 0.3288 | 0.3264 |
|
| 77 |
+
| 0.0096 | 14.2857 | 400 | 0.7067 | 0.3374 | 0.3312 |
|
| 78 |
+
| 0.0073 | 16.0714 | 450 | 0.7303 | 0.3122 | 0.3081 |
|
| 79 |
+
| 0.0056 | 17.8571 | 500 | 0.7381 | 0.2850 | 0.2851 |
|
| 80 |
|
| 81 |
|
| 82 |
### Framework versions
|
| 83 |
|
| 84 |
- Transformers 4.44.2
|
| 85 |
+
- Pytorch 2.4.1
|
| 86 |
+
- Datasets 3.0.0
|
| 87 |
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151061672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4144c808ba5313c92245706fdea3810a07eeda7e62c82bc82c5ae6cf4c76f7bb
|
| 3 |
size 151061672
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c3bf494e72e5ba5a62cd7ef40eac2fc70b5f112684f0a9ef52a67ce18e95923
|
| 3 |
+
size 5304
|