End of training
Browse files
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: openai/whisper-base.en
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: whisper-base.en-fsc-h
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# whisper-base.en-fsc-h
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0700
|
21 |
+
- Accuracy: 0.9863
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0005
|
41 |
+
- train_batch_size: 48
|
42 |
+
- eval_batch_size: 48
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 192
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 25
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
55 |
+
| No log | 0.9959 | 120 | 0.7203 | 0.7332 |
|
56 |
+
| No log | 2.0 | 241 | 0.3685 | 0.8505 |
|
57 |
+
| No log | 2.9959 | 361 | 0.2024 | 0.9293 |
|
58 |
+
| No log | 4.0 | 482 | 0.1429 | 0.9552 |
|
59 |
+
| No log | 4.9959 | 602 | 0.1143 | 0.9636 |
|
60 |
+
| No log | 6.0 | 723 | 0.1738 | 0.9565 |
|
61 |
+
| No log | 6.9959 | 843 | 0.1295 | 0.9560 |
|
62 |
+
| No log | 8.0 | 964 | 0.1407 | 0.9599 |
|
63 |
+
| 0.3435 | 8.9959 | 1084 | 0.1104 | 0.9694 |
|
64 |
+
| 0.3435 | 10.0 | 1205 | 0.1054 | 0.9718 |
|
65 |
+
| 0.3435 | 10.9959 | 1325 | 0.1042 | 0.9728 |
|
66 |
+
| 0.3435 | 12.0 | 1446 | 0.1084 | 0.9710 |
|
67 |
+
| 0.3435 | 12.9959 | 1566 | 0.0926 | 0.9789 |
|
68 |
+
| 0.3435 | 14.0 | 1687 | 0.1120 | 0.9763 |
|
69 |
+
| 0.3435 | 14.9959 | 1807 | 0.0903 | 0.9797 |
|
70 |
+
| 0.3435 | 16.0 | 1928 | 0.0957 | 0.9800 |
|
71 |
+
| 0.0255 | 16.9959 | 2048 | 0.0851 | 0.9815 |
|
72 |
+
| 0.0255 | 18.0 | 2169 | 0.0723 | 0.9844 |
|
73 |
+
| 0.0255 | 18.9959 | 2289 | 0.0784 | 0.9834 |
|
74 |
+
| 0.0255 | 20.0 | 2410 | 0.0673 | 0.9860 |
|
75 |
+
| 0.0255 | 20.9959 | 2530 | 0.0700 | 0.9863 |
|
76 |
+
| 0.0255 | 22.0 | 2651 | 0.0707 | 0.9858 |
|
77 |
+
| 0.0255 | 22.9959 | 2771 | 0.0712 | 0.9858 |
|
78 |
+
| 0.0255 | 24.0 | 2892 | 0.0715 | 0.9858 |
|
79 |
+
| 0.0015 | 24.8963 | 3000 | 0.0716 | 0.9858 |
|
80 |
+
|
81 |
+
|
82 |
+
### Framework versions
|
83 |
+
|
84 |
+
- Transformers 4.43.3
|
85 |
+
- Pytorch 2.2.2+cu121
|
86 |
+
- Datasets 2.18.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 79858128
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df826e7cbf8ffd4bff13e83ff6679ba7dbac678ae221a2fa4a6b8054f1b8947c
|
3 |
size 79858128
|
runs/Oct05_14-49-12_ki-g0010/events.out.tfevents.1728184477.ki-g0010.2231104.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fd539143e874c5a646df89c2a4017700faf711bc4beb3d04ebac25b6e8236eb
|
3 |
+
size 411
|