vumichien commited on
Commit
349a937
1 Parent(s): 3b6a4f4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - superb
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: trillsson3-ft-keyword-spotting-15
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
+ # trillsson3-ft-keyword-spotting-15
17
+
18
+ This model is a fine-tuned version of [vumichien/nonsemantic-speech-trillsson3](https://huggingface.co/vumichien/nonsemantic-speech-trillsson3) on the superb dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3322
21
+ - Accuracy: 0.9025
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.0003
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 64
43
+ - seed: 0
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 64
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: 10.0
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 1.1824 | 1.0 | 798 | 0.6478 | 0.7489 |
57
+ | 0.7448 | 2.0 | 1596 | 0.4274 | 0.8728 |
58
+ | 0.7089 | 3.0 | 2394 | 0.3723 | 0.8950 |
59
+ | 0.6781 | 4.0 | 3192 | 0.3563 | 0.9041 |
60
+ | 0.6386 | 5.0 | 3990 | 0.3441 | 0.8986 |
61
+ | 0.6342 | 6.0 | 4788 | 0.3380 | 0.8994 |
62
+ | 0.6275 | 7.0 | 5586 | 0.3376 | 0.8982 |
63
+ | 0.6349 | 8.0 | 6384 | 0.3333 | 0.9014 |
64
+ | 0.6261 | 9.0 | 7182 | 0.3295 | 0.9025 |
65
+ | 0.6188 | 10.0 | 7980 | 0.3322 | 0.9025 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.23.0.dev0
71
+ - Pytorch 1.12.1+cu113
72
+ - Datasets 2.7.1
73
+ - Tokenizers 0.13.2