alirzb commited on
Commit
7319877
1 Parent(s): 32e235b

Model save

Browse files
Files changed (2) hide show
  1. README.md +101 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: IDAT_aug_red_696_Wav2Vec
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
+ # IDAT_aug_red_696_Wav2Vec
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.5564
21
+ - Accuracy: 0.7667
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: 3e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 16
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: 40
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 0.6862 | 0.97 | 17 | 0.6526 | 0.675 |
56
+ | 0.609 | 2.0 | 35 | 0.6533 | 0.6917 |
57
+ | 0.5659 | 2.97 | 52 | 0.7129 | 0.6583 |
58
+ | 0.6223 | 4.0 | 70 | 0.5106 | 0.7833 |
59
+ | 0.5163 | 4.97 | 87 | 0.7914 | 0.7 |
60
+ | 0.6306 | 6.0 | 105 | 0.5960 | 0.75 |
61
+ | 0.5651 | 6.97 | 122 | 0.7364 | 0.5583 |
62
+ | 0.7081 | 8.0 | 140 | 0.7070 | 0.5 |
63
+ | 0.699 | 8.97 | 157 | 0.6951 | 0.5 |
64
+ | 0.6958 | 10.0 | 175 | 0.6934 | 0.5 |
65
+ | 0.6978 | 10.97 | 192 | 0.6916 | 0.5 |
66
+ | 0.6786 | 12.0 | 210 | 0.6940 | 0.5 |
67
+ | 0.6981 | 12.97 | 227 | 0.6932 | 0.5 |
68
+ | 0.6931 | 14.0 | 245 | 0.6933 | 0.5 |
69
+ | 0.6939 | 14.97 | 262 | 0.6931 | 0.5 |
70
+ | 0.6935 | 16.0 | 280 | 0.6931 | 0.5 |
71
+ | 0.6972 | 16.97 | 297 | 0.6931 | 0.5 |
72
+ | 0.6935 | 18.0 | 315 | 0.6931 | 0.5 |
73
+ | 0.6931 | 18.97 | 332 | 0.6951 | 0.5 |
74
+ | 0.6955 | 20.0 | 350 | 0.6921 | 0.7 |
75
+ | 0.6992 | 20.97 | 367 | 0.6843 | 0.5 |
76
+ | 0.6785 | 22.0 | 385 | 0.6919 | 0.5 |
77
+ | 0.6661 | 22.97 | 402 | 0.6317 | 0.6417 |
78
+ | 0.597 | 24.0 | 420 | 0.5620 | 0.75 |
79
+ | 0.5849 | 24.97 | 437 | 0.6103 | 0.75 |
80
+ | 0.5955 | 26.0 | 455 | 0.6245 | 0.725 |
81
+ | 0.4777 | 26.97 | 472 | 0.5215 | 0.7833 |
82
+ | 0.4726 | 28.0 | 490 | 0.5657 | 0.775 |
83
+ | 0.4487 | 28.97 | 507 | 0.5306 | 0.7833 |
84
+ | 0.4478 | 30.0 | 525 | 0.6591 | 0.7333 |
85
+ | 0.5039 | 30.97 | 542 | 0.5304 | 0.7833 |
86
+ | 0.5173 | 32.0 | 560 | 0.7111 | 0.7 |
87
+ | 0.5266 | 32.97 | 577 | 0.5587 | 0.7667 |
88
+ | 0.4677 | 34.0 | 595 | 0.5515 | 0.7667 |
89
+ | 0.4775 | 34.97 | 612 | 0.5116 | 0.7917 |
90
+ | 0.4651 | 36.0 | 630 | 0.5450 | 0.7667 |
91
+ | 0.4738 | 36.97 | 647 | 0.5371 | 0.7833 |
92
+ | 0.4862 | 38.0 | 665 | 0.5497 | 0.7667 |
93
+ | 0.4695 | 38.86 | 680 | 0.5564 | 0.7667 |
94
+
95
+
96
+ ### Framework versions
97
+
98
+ - Transformers 4.32.1
99
+ - Pytorch 2.1.2
100
+ - Datasets 2.16.1
101
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba8cc892a6767885aae56d57919db6d4dc0b62c6f679ac804733535f62f94688
3
  size 378350950
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81ac357ad22a870eb47e765d0020857e878868900fc1706928c4f66faf5bac0e
3
  size 378350950