update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- superb
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: trillsson3-ft-keyword-spotting
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Text Classification
|
13 |
+
type: text-classification
|
14 |
+
dataset:
|
15 |
+
name: superb
|
16 |
+
type: superb
|
17 |
+
config: ks
|
18 |
+
split: train
|
19 |
+
args: ks
|
20 |
+
metrics:
|
21 |
+
- name: Accuracy
|
22 |
+
type: accuracy
|
23 |
+
value: 0.9024713150926743
|
24 |
+
---
|
25 |
+
|
26 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
27 |
+
should probably proofread and complete it, then remove this comment. -->
|
28 |
+
|
29 |
+
# trillsson3-ft-keyword-spotting
|
30 |
+
|
31 |
+
This model is a fine-tuned version of [vumichien/nonsemantic-speech-trillsson3](https://huggingface.co/vumichien/nonsemantic-speech-trillsson3) on the superb dataset.
|
32 |
+
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.3322
|
34 |
+
- Accuracy: 0.9025
|
35 |
+
|
36 |
+
## Model description
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Intended uses & limitations
|
41 |
+
|
42 |
+
More information needed
|
43 |
+
|
44 |
+
## Training and evaluation data
|
45 |
+
|
46 |
+
More information needed
|
47 |
+
|
48 |
+
## Training procedure
|
49 |
+
|
50 |
+
### Training hyperparameters
|
51 |
+
|
52 |
+
The following hyperparameters were used during training:
|
53 |
+
- learning_rate: 0.0003
|
54 |
+
- train_batch_size: 32
|
55 |
+
- eval_batch_size: 64
|
56 |
+
- seed: 0
|
57 |
+
- gradient_accumulation_steps: 2
|
58 |
+
- total_train_batch_size: 64
|
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: 10.0
|
63 |
+
- mixed_precision_training: Native AMP
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 1.1824 | 1.0 | 798 | 0.6478 | 0.7489 |
|
70 |
+
| 0.7448 | 2.0 | 1596 | 0.4274 | 0.8728 |
|
71 |
+
| 0.7089 | 3.0 | 2394 | 0.3723 | 0.8950 |
|
72 |
+
| 0.6781 | 4.0 | 3192 | 0.3563 | 0.9041 |
|
73 |
+
| 0.6386 | 5.0 | 3990 | 0.3441 | 0.8986 |
|
74 |
+
| 0.6342 | 6.0 | 4788 | 0.3380 | 0.8994 |
|
75 |
+
| 0.6275 | 7.0 | 5586 | 0.3376 | 0.8982 |
|
76 |
+
| 0.6349 | 8.0 | 6384 | 0.3333 | 0.9014 |
|
77 |
+
| 0.6261 | 9.0 | 7182 | 0.3295 | 0.9025 |
|
78 |
+
| 0.6188 | 10.0 | 7980 | 0.3322 | 0.9025 |
|
79 |
+
|
80 |
+
|
81 |
+
### Framework versions
|
82 |
+
|
83 |
+
- Transformers 4.23.0.dev0
|
84 |
+
- Pytorch 1.12.1+cu113
|
85 |
+
- Datasets 2.7.1
|
86 |
+
- Tokenizers 0.13.2
|