End of training
Browse files
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: openai/whisper-base.en
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- speech_commands
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: whisper-base.en-speech-commands-h
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Audio Classification
|
15 |
+
type: audio-classification
|
16 |
+
dataset:
|
17 |
+
name: speech_commands
|
18 |
+
type: speech_commands
|
19 |
+
config: v0.02
|
20 |
+
split: None
|
21 |
+
args: v0.02
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.7922661870503597
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# whisper-base.en-speech-commands-h
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on the speech_commands dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.3313
|
36 |
+
- Accuracy: 0.7923
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0005
|
56 |
+
- train_batch_size: 96
|
57 |
+
- eval_batch_size: 96
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- lr_scheduler_warmup_ratio: 0.1
|
62 |
+
- num_epochs: 20
|
63 |
+
- mixed_precision_training: Native AMP
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 0.3859 | 1.0 | 412 | 1.3474 | 0.7707 |
|
70 |
+
| 0.2732 | 2.0 | 824 | 1.2471 | 0.7599 |
|
71 |
+
| 0.2373 | 3.0 | 1236 | 1.2114 | 0.7729 |
|
72 |
+
| 0.1694 | 4.0 | 1648 | 1.1600 | 0.7914 |
|
73 |
+
| 0.1495 | 5.0 | 2060 | 1.1535 | 0.7914 |
|
74 |
+
| 0.1931 | 6.0 | 2472 | 1.1446 | 0.7860 |
|
75 |
+
| 0.1329 | 7.0 | 2884 | 1.3313 | 0.7923 |
|
76 |
+
| 0.0731 | 8.0 | 3296 | 1.2812 | 0.7860 |
|
77 |
+
| 0.0702 | 9.0 | 3708 | 1.2134 | 0.7873 |
|
78 |
+
| 0.0828 | 10.0 | 4120 | 1.6292 | 0.7887 |
|
79 |
+
| 0.08 | 11.0 | 4532 | 1.4677 | 0.7797 |
|
80 |
+
| 0.0481 | 12.0 | 4944 | 1.3770 | 0.7909 |
|
81 |
+
|
82 |
+
|
83 |
+
### Framework versions
|
84 |
+
|
85 |
+
- Transformers 4.43.3
|
86 |
+
- Pytorch 2.2.2+cu121
|
87 |
+
- Datasets 2.18.0
|
88 |
+
- 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 79888976
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f534299e6327c40b12402f8d8e818684074f9ff7f936a2949777443a66440042
|
3 |
size 79888976
|
runs/Oct06_01-21-06_ki-g0010/events.out.tfevents.1728179404.ki-g0010.2308973.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a05c0aff45032fd49cf7f020a705f620a0adb8e47592d63807f592a5174aafa1
|
3 |
+
size 411
|