End of training
Browse files
README.md
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/hubert-base-ls960
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- speech_commands
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: hubert-base-ls960-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.7594424460431655
|
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 |
+
# hubert-base-ls960-speech-commands-h
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the speech_commands dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 1.3148
|
36 |
+
- Accuracy: 0.7594
|
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: 5e-05
|
56 |
+
- train_batch_size: 48
|
57 |
+
- eval_batch_size: 48
|
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 |
+
| 2.743 | 1.0 | 824 | 3.4107 | 0.1781 |
|
70 |
+
| 2.3383 | 2.0 | 1648 | 3.4632 | 0.1862 |
|
71 |
+
| 2.2702 | 3.0 | 2472 | 3.5701 | 0.0787 |
|
72 |
+
| 2.3059 | 4.0 | 3296 | 3.5742 | 0.0971 |
|
73 |
+
| 2.2574 | 5.0 | 4120 | 3.5457 | 0.1493 |
|
74 |
+
| 2.0617 | 6.0 | 4944 | 2.8490 | 0.3453 |
|
75 |
+
| 2.0289 | 7.0 | 5768 | 2.7607 | 0.3215 |
|
76 |
+
| 1.7807 | 8.0 | 6592 | 2.5721 | 0.4681 |
|
77 |
+
| 1.8188 | 9.0 | 7416 | 2.5625 | 0.5301 |
|
78 |
+
| 1.3812 | 10.0 | 8240 | 2.4258 | 0.6942 |
|
79 |
+
| 1.3136 | 11.0 | 9064 | 2.2087 | 0.6884 |
|
80 |
+
| 1.2867 | 12.0 | 9888 | 1.8347 | 0.7221 |
|
81 |
+
| 1.1036 | 13.0 | 10712 | 1.6731 | 0.7383 |
|
82 |
+
| 0.9534 | 14.0 | 11536 | 1.8732 | 0.7307 |
|
83 |
+
| 0.9289 | 15.0 | 12360 | 1.5742 | 0.7415 |
|
84 |
+
| 1.0973 | 16.0 | 13184 | 1.3693 | 0.7365 |
|
85 |
+
| 0.989 | 17.0 | 14008 | 1.2718 | 0.7455 |
|
86 |
+
| 0.8876 | 18.0 | 14832 | 1.3148 | 0.7594 |
|
87 |
+
| 0.814 | 19.0 | 15656 | 1.2231 | 0.7558 |
|
88 |
+
| 0.9899 | 20.0 | 16480 | 1.2349 | 0.7522 |
|
89 |
+
|
90 |
+
|
91 |
+
### Framework versions
|
92 |
+
|
93 |
+
- Transformers 4.43.3
|
94 |
+
- Pytorch 2.2.2+cu121
|
95 |
+
- Datasets 2.18.0
|
96 |
+
- 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 364607152
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a519a50abe97084108f903214be97488683dee0cbbdb1ffaaf221b5501d3ccb3
|
3 |
size 364607152
|
runs/Oct06_01-53-18_ki-g0010/events.out.tfevents.1728179603.ki-g0010.2317371.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:9ff8c61fc0a751fd524d7b6185e321c1166d6f426df064a24c04d9fe2e3c34f6
|
3 |
+
size 709497
|
runs/Oct06_01-53-18_ki-g0010/events.out.tfevents.1728180507.ki-g0010.2317371.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d73af1bc909afc56b23af3a0ddf9ea26824d388f785133d4c4d18810450f2ce
|
3 |
+
size 417
|