Thecoder3281f
commited on
End of training
Browse files
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-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Wer: 19.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -40,7 +40,7 @@ More information needed
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
-
- learning_rate: 0.
|
44 |
- train_batch_size: 16
|
45 |
- eval_batch_size: 16
|
46 |
- seed: 42
|
@@ -52,13 +52,13 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
56 |
-
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
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.4370
|
24 |
+
- Wer: 19.2614
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 0.0001
|
44 |
- train_batch_size: 16
|
45 |
- eval_batch_size: 16
|
46 |
- seed: 42
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
57 |
+
| 0.8608 | 0.2016 | 50 | 0.6679 | 106.7614 |
|
58 |
+
| 0.5642 | 0.4032 | 100 | 0.5874 | 23.4943 |
|
59 |
+
| 0.5031 | 0.6048 | 150 | 0.5071 | 20.8239 |
|
60 |
+
| 0.4762 | 0.8065 | 200 | 0.4702 | 20.2841 |
|
61 |
+
| 0.4365 | 1.0081 | 250 | 0.4370 | 19.2614 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
-
"auto_mapping":
|
|
|
|
|
|
|
4 |
"base_model_name_or_path": "openai/whisper-small",
|
5 |
"bias": "none",
|
6 |
"eva_config": null,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "WhisperForConditionalGeneration",
|
5 |
+
"parent_library": "transformers.models.whisper.modeling_whisper"
|
6 |
+
},
|
7 |
"base_model_name_or_path": "openai/whisper-small",
|
8 |
"bias": "none",
|
9 |
"eva_config": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 168276024
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dcc281b52dba5b9f0aa73e9fd3613fa4ae160367e8438e77d781f2f94b4e0bd
|
3 |
size 168276024
|
runs/Dec27_11-53-47_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1735271632.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.272501.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e1756aa1eb0ffb21f5f43e0cb639e0d7f72c228ca7bd2a5a8b6a13a2691b178
|
3 |
+
size 10797
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8e50da17f67b74ca0b48952d12351354a629fd6dfe077f29f8b43479c5bc7e3
|
3 |
size 5432
|