sumukhshadakshari
commited on
End of training
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ license: apache-2.0
|
|
6 |
base_model: openai/whisper-tiny
|
7 |
tags:
|
8 |
- generated_from_trainer
|
|
|
|
|
9 |
model-index:
|
10 |
- name: sumukhshadakshari/whisper-finetuned-all-3
|
11 |
results: []
|
@@ -17,6 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# sumukhshadakshari/whisper-finetuned-all-3
|
18 |
|
19 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the AtCO2_UWB, Atcosim, Bial dataset.
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -41,15 +46,16 @@ The following hyperparameters were used during training:
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- lr_scheduler_warmup_steps:
|
45 |
-
- num_epochs:
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
6 |
base_model: openai/whisper-tiny
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
+
metrics:
|
10 |
+
- wer
|
11 |
model-index:
|
12 |
- name: sumukhshadakshari/whisper-finetuned-all-3
|
13 |
results: []
|
|
|
19 |
# sumukhshadakshari/whisper-finetuned-all-3
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the AtCO2_UWB, Atcosim, Bial dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.0967
|
24 |
+
- Wer: 7.6923
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- lr_scheduler_warmup_steps: 1
|
50 |
+
- num_epochs: 2
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
57 |
+
| 1.0967 | 1.0 | 1 | 1.0967 | 7.6923 |
|
58 |
+
| 1.0967 | 2.0 | 2 | 1.0967 | 7.6923 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
runs/Nov18_12-48-41_Sumukh_PC/events.out.tfevents.1731914324.Sumukh_PC.22400.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:439bdf7a4b237d22d21e69942903bd0092306bc89e05fde2811931769ca913c3
|
3 |
+
size 7244
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:224c7a69fbf6c01d8d58bba19769f8fa31a3a6d82d45274aa12a8c2fa2277a04
|
3 |
size 5368
|