mageec commited on
Commit
d2a6a32
1 Parent(s): 8b32908

wave2vec2_capstone

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/wav2vec2-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: wave2vec2_capstone
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
+ # wave2vec2_capstone
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.2796
21
+ - Accuracy: 0.9400
22
+ - F1 score: 0.9399
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: 0.0003
42
+ - train_batch_size: 9
43
+ - eval_batch_size: 9
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 12
46
+ - total_train_batch_size: 108
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 8
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 score |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
57
+ | 0.8951 | 1.0 | 776 | 1.1617 | 0.6651 | 0.6607 |
58
+ | 0.6608 | 2.0 | 1552 | 0.6345 | 0.8188 | 0.8188 |
59
+ | 0.4426 | 3.0 | 2328 | 0.4792 | 0.8672 | 0.8677 |
60
+ | 0.3576 | 4.0 | 3105 | 0.3826 | 0.8917 | 0.8929 |
61
+ | 0.194 | 5.0 | 3881 | 0.3255 | 0.9125 | 0.9130 |
62
+ | 0.1635 | 6.0 | 4657 | 0.2903 | 0.9208 | 0.9206 |
63
+ | 0.0903 | 7.0 | 5433 | 0.2990 | 0.9300 | 0.9299 |
64
+ | 0.0405 | 8.0 | 6208 | 0.2796 | 0.9400 | 0.9399 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.36.2
70
+ - Pytorch 2.1.2+cu121
71
+ - Datasets 2.16.0
72
+ - Tokenizers 0.15.0