End of training
Browse files
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: anton-l/wav2vec2-base-ft-keyword-spotting
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- minds14
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: wav2vec2-minds14-audio-classification-all
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Audio Classification
|
16 |
+
type: audio-classification
|
17 |
+
dataset:
|
18 |
+
name: minds14
|
19 |
+
type: minds14
|
20 |
+
config: all
|
21 |
+
split: train
|
22 |
+
args: all
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.09730722154222766
|
27 |
+
---
|
28 |
+
|
29 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
+
should probably proofread and complete it, then remove this comment. -->
|
31 |
+
|
32 |
+
# wav2vec2-minds14-audio-classification-all
|
33 |
+
|
34 |
+
This model is a fine-tuned version of [anton-l/wav2vec2-base-ft-keyword-spotting](https://huggingface.co/anton-l/wav2vec2-base-ft-keyword-spotting) on the minds14 dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 2.6367
|
37 |
+
- Accuracy: 0.0973
|
38 |
+
|
39 |
+
## Model description
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Intended uses & limitations
|
44 |
+
|
45 |
+
More information needed
|
46 |
+
|
47 |
+
## Training and evaluation data
|
48 |
+
|
49 |
+
More information needed
|
50 |
+
|
51 |
+
## Training procedure
|
52 |
+
|
53 |
+
### Training hyperparameters
|
54 |
+
|
55 |
+
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 3e-05
|
57 |
+
- train_batch_size: 32
|
58 |
+
- eval_batch_size: 32
|
59 |
+
- seed: 42
|
60 |
+
- gradient_accumulation_steps: 4
|
61 |
+
- total_train_batch_size: 128
|
62 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
+
- lr_scheduler_type: linear
|
64 |
+
- lr_scheduler_warmup_ratio: 0.1
|
65 |
+
- num_epochs: 10
|
66 |
+
|
67 |
+
### Training results
|
68 |
+
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
70 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
71 |
+
| 2.6374 | 0.9951 | 51 | 2.6375 | 0.0894 |
|
72 |
+
| 2.6347 | 1.9902 | 102 | 2.6334 | 0.0900 |
|
73 |
+
| 2.6352 | 2.9854 | 153 | 2.6323 | 0.0930 |
|
74 |
+
| 2.6282 | 4.0 | 205 | 2.6280 | 0.0924 |
|
75 |
+
| 2.6224 | 4.9951 | 256 | 2.6398 | 0.0894 |
|
76 |
+
| 2.6122 | 5.9902 | 307 | 2.6306 | 0.0912 |
|
77 |
+
| 2.6225 | 6.9854 | 358 | 2.6325 | 0.0906 |
|
78 |
+
| 2.6196 | 8.0 | 410 | 2.6358 | 0.0961 |
|
79 |
+
| 2.6154 | 8.9951 | 461 | 2.6357 | 0.0924 |
|
80 |
+
| 2.6028 | 9.9512 | 510 | 2.6367 | 0.0973 |
|
81 |
+
|
82 |
+
|
83 |
+
### Framework versions
|
84 |
+
|
85 |
+
- Transformers 4.44.2
|
86 |
+
- Pytorch 2.4.1+cu121
|
87 |
+
- Datasets 3.1.0
|
88 |
+
- Tokenizers 0.19.1
|
runs/Nov08_11-10-55_58529665e23d/events.out.tfevents.1731064260.58529665e23d.374.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b528c0abc65745f3011c020e8b8fa768da646f3e4d5e618150d4c890036cde0b
|
3 |
+
size 21784
|