w11wo commited on
Commit
28d73c4
1 Parent(s): 79de7f1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: wav2vec2-adult-child-cls-v3
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
+ # wav2vec2-adult-child-cls-v3
17
+
18
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1682
21
+ - Accuracy: 0.9580
22
+ - F1: 0.9618
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 3e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 5
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | 0.2709 | 1.0 | 384 | 0.2616 | 0.9104 | 0.9142 |
55
+ | 0.2112 | 2.0 | 768 | 0.1826 | 0.9386 | 0.9421 |
56
+ | 0.1755 | 3.0 | 1152 | 0.1898 | 0.9354 | 0.9428 |
57
+ | 0.0915 | 4.0 | 1536 | 0.1682 | 0.9580 | 0.9618 |
58
+ | 0.1042 | 5.0 | 1920 | 0.1717 | 0.9511 | 0.9554 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.16.2
64
+ - Pytorch 1.10.2+cu102
65
+ - Datasets 1.18.3
66
+ - Tokenizers 0.10.3