End of training
Browse files- README.md +9 -18
- config.json +1 -1
- model.safetensors +1 -1
- runs/Mar23_19-02-20_e8336f4a552a/events.out.tfevents.1742756541.e8336f4a552a.31.1 +3 -0
- training_args.bin +1 -1
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 |
|
|
@@ -54,30 +54,21 @@ More information needed
|
|
| 54 |
### Training hyperparameters
|
| 55 |
|
| 56 |
The following hyperparameters were used during training:
|
| 57 |
-
- learning_rate:
|
| 58 |
- train_batch_size: 16
|
| 59 |
- eval_batch_size: 16
|
| 60 |
- seed: 42
|
| 61 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 62 |
- lr_scheduler_type: constant_with_warmup
|
| 63 |
- lr_scheduler_warmup_steps: 50
|
| 64 |
-
- training_steps:
|
| 65 |
- mixed_precision_training: Native AMP
|
| 66 |
|
| 67 |
### Training results
|
| 68 |
|
| 69 |
-
| Training Loss | Epoch
|
| 70 |
-
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.0002 | 35.7143 | 1000 | 0.7220 | 0.3263 | 0.3276 |
|
| 73 |
-
| 0.0001 | 53.5714 | 1500 | 0.7574 | 0.3226 | 0.3241 |
|
| 74 |
-
| 0.0001 | 71.4286 | 2000 | 0.7868 | 0.3300 | 0.3312 |
|
| 75 |
-
| 0.0 | 89.2857 | 2500 | 0.8103 | 0.3319 | 0.3329 |
|
| 76 |
-
| 0.0 | 107.1429 | 3000 | 0.8325 | 0.3331 | 0.3353 |
|
| 77 |
-
| 0.0 | 125.0 | 3500 | 0.8530 | 0.3356 | 0.3383 |
|
| 78 |
-
| 0.0 | 142.8571 | 4000 | 0.8730 | 0.3337 | 0.3371 |
|
| 79 |
-
| 0.0 | 160.7143 | 4500 | 0.8927 | 0.3344 | 0.3371 |
|
| 80 |
-
| 0.0 | 178.5714 | 5000 | 0.9112 | 0.3374 | 0.3406 |
|
| 81 |
|
| 82 |
|
| 83 |
### Framework versions
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Wer
|
| 25 |
type: wer
|
| 26 |
+
value: 0.31995277449822906
|
| 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.6737
|
| 37 |
+
- Wer Ortho: 0.3208
|
| 38 |
+
- Wer: 0.3200
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
|
|
| 54 |
### Training hyperparameters
|
| 55 |
|
| 56 |
The following hyperparameters were used during training:
|
| 57 |
+
- learning_rate: 2e-05
|
| 58 |
- train_batch_size: 16
|
| 59 |
- eval_batch_size: 16
|
| 60 |
- seed: 42
|
| 61 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 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 |
+
| 0.0009 | 17.8571 | 500 | 0.6737 | 0.3208 | 0.3200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|
config.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"scale_embedding": false,
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
"transformers_version": "4.47.0",
|
| 58 |
-
"use_cache":
|
| 59 |
"use_weighted_layer_sum": false,
|
| 60 |
"vocab_size": 51865
|
| 61 |
}
|
|
|
|
| 55 |
"scale_embedding": false,
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
"transformers_version": "4.47.0",
|
| 58 |
+
"use_cache": true,
|
| 59 |
"use_weighted_layer_sum": false,
|
| 60 |
"vocab_size": 51865
|
| 61 |
}
|
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:4f007f554dcbcde96dd9fda73760c3d9466e1daf2e230d0f98e259e721212932
|
| 3 |
size 151061672
|
runs/Mar23_19-02-20_e8336f4a552a/events.out.tfevents.1742756541.e8336f4a552a.31.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d27a7fd7ad2791c67687994ebaae41f4154987dcdd7c0101a8c1488a0474a61d
|
| 3 |
+
size 11782
|
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:2f43341e0519b9c4ca97ff4e24d4a777e6989232efbaae8e98f762676c31ef8b
|
| 3 |
size 5496
|