Model save
Browse files- README.md +9 -11
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,18 +44,16 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 10
|
47 |
-
- training_steps:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
52 |
-
|
53 |
-
| 5.
|
54 |
-
| 3.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.0002 | 16.67 | 50 | 0.0994 | 15.625 |
|
58 |
-
| 0.0001 | 20.0 | 60 | 0.1025 | 15.625 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0655
|
21 |
+
- Wer: 12.5
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 10
|
47 |
+
- training_steps: 40
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:-----:|
|
53 |
+
| 5.8824 | 3.33 | 10 | 5.3742 | 100.0 |
|
54 |
+
| 3.5587 | 6.67 | 20 | 1.4774 | 50.0 |
|
55 |
+
| 0.7316 | 10.0 | 30 | 0.1563 | 12.5 |
|
56 |
+
| 0.0253 | 13.33 | 40 | 0.0655 | 12.5 |
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151099494
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46d6b9d60492e9ebc46b7089ef7777a3cbdb08ef2f291a28f5c514c11a20409c
|
3 |
size 151099494
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f7e1f67c196e9c558313657ae11bfc6bc90437da45c027314e4582ba2b94616
|
3 |
size 4664
|