Kiri1993 commited on
Commit
e5cbf00
1 Parent(s): 703c5c6

Model save

Browse files
README.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: wav2vec2-base-finetuned-organ
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-base-finetuned-organ
17
+
18
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.2973
21
+ - Accuracy: 0.8182
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: 5e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.1
47
+ - num_epochs: 50
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 0.0652 | 1.0 | 6 | 0.0202 | 1.0 |
55
+ | 0.0226 | 2.0 | 12 | 0.0171 | 1.0 |
56
+ | 0.1719 | 3.0 | 18 | 0.5006 | 0.9091 |
57
+ | 0.1115 | 4.0 | 24 | 1.4275 | 0.7273 |
58
+ | 0.191 | 5.0 | 30 | 0.3866 | 0.9091 |
59
+ | 0.4063 | 6.0 | 36 | 1.6167 | 0.7273 |
60
+ | 0.6557 | 7.0 | 42 | 2.5850 | 0.5455 |
61
+ | 0.7413 | 8.0 | 48 | 1.7765 | 0.5455 |
62
+ | 0.8188 | 9.0 | 54 | 2.1469 | 0.5455 |
63
+ | 1.168 | 10.0 | 60 | 1.0001 | 0.8182 |
64
+ | 0.9951 | 11.0 | 66 | 1.0984 | 0.8182 |
65
+ | 0.7365 | 12.0 | 72 | 1.6653 | 0.5455 |
66
+ | 0.5536 | 13.0 | 78 | 1.2873 | 0.7273 |
67
+ | 0.8315 | 14.0 | 84 | 0.2661 | 0.9091 |
68
+ | 0.3605 | 15.0 | 90 | 0.2670 | 0.9091 |
69
+ | 0.6238 | 16.0 | 96 | 0.5140 | 0.8182 |
70
+ | 0.3698 | 17.0 | 102 | 0.5254 | 0.8182 |
71
+ | 0.2818 | 18.0 | 108 | 1.1506 | 0.6364 |
72
+ | 0.4245 | 19.0 | 114 | 1.2583 | 0.6364 |
73
+ | 0.6101 | 20.0 | 120 | 0.9249 | 0.7273 |
74
+ | 0.2197 | 21.0 | 126 | 1.1442 | 0.7273 |
75
+ | 0.2161 | 22.0 | 132 | 1.6102 | 0.6364 |
76
+ | 0.6048 | 23.0 | 138 | 1.3656 | 0.7273 |
77
+ | 0.1764 | 24.0 | 144 | 1.4459 | 0.7273 |
78
+ | 0.1602 | 25.0 | 150 | 1.4824 | 0.7273 |
79
+ | 0.185 | 26.0 | 156 | 1.5401 | 0.7273 |
80
+ | 0.0679 | 27.0 | 162 | 1.6073 | 0.7273 |
81
+ | 0.1278 | 28.0 | 168 | 1.0710 | 0.8182 |
82
+ | 0.1546 | 29.0 | 174 | 0.5503 | 0.9091 |
83
+ | 0.2121 | 30.0 | 180 | 0.5570 | 0.9091 |
84
+ | 0.0087 | 31.0 | 186 | 0.5756 | 0.9091 |
85
+ | 0.2233 | 32.0 | 192 | 1.1581 | 0.8182 |
86
+ | 0.0088 | 33.0 | 198 | 1.1720 | 0.8182 |
87
+ | 0.1851 | 34.0 | 204 | 1.5192 | 0.6364 |
88
+ | 0.0098 | 35.0 | 210 | 1.7753 | 0.7273 |
89
+ | 0.008 | 36.0 | 216 | 1.8136 | 0.7273 |
90
+ | 0.0648 | 37.0 | 222 | 1.8277 | 0.7273 |
91
+ | 0.1351 | 38.0 | 228 | 1.8239 | 0.7273 |
92
+ | 0.1287 | 39.0 | 234 | 1.7748 | 0.7273 |
93
+ | 0.0712 | 40.0 | 240 | 1.6251 | 0.7273 |
94
+ | 0.0503 | 41.0 | 246 | 1.2516 | 0.8182 |
95
+ | 0.1273 | 42.0 | 252 | 1.2622 | 0.8182 |
96
+ | 0.0859 | 43.0 | 258 | 1.2601 | 0.8182 |
97
+ | 0.073 | 44.0 | 264 | 1.2624 | 0.8182 |
98
+ | 0.2027 | 45.0 | 270 | 1.2639 | 0.8182 |
99
+ | 0.0477 | 46.0 | 276 | 1.2667 | 0.8182 |
100
+ | 0.1111 | 47.0 | 282 | 1.2688 | 0.8182 |
101
+ | 0.072 | 48.0 | 288 | 1.2689 | 0.8182 |
102
+ | 0.0615 | 49.0 | 294 | 1.2726 | 0.8182 |
103
+ | 0.0049 | 50.0 | 300 | 1.2973 | 0.8182 |
104
+
105
+
106
+ ### Framework versions
107
+
108
+ - Transformers 4.42.3
109
+ - Pytorch 2.3.1+cu121
110
+ - Datasets 2.19.1
111
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0164cf190793812fc3ce258d6bd0ec5811438054551c5bfb200f011d7396b202
3
  size 378303396
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13592ec7f6f2e1f0956463ba0acf62e1e46e480369cdd96d0828b0fc2382297f
3
  size 378303396
runs/Jul18_21-28-11_llps2/events.out.tfevents.1721330931.llps2.82213.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26591c8ae4f16f9dfef3d00b4318be44b24f6ee779abf5432e20d1b2f9cf97a5
3
+ size 14403
runs/Jul18_21-29-54_llps2/events.out.tfevents.1721330999.llps2.82213.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2db75f7f7eb51ccf34000e2958b9e24f5cb50a8faedfc0cddf6ff48a41acfb6
3
+ size 35642
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f60efaae9afe5bf6838fc1ac1325e1ad5b1f9df2896866004421eb0a19bea66
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77bf0d421b22686df4ad6ca40a6d1e34a8499f55c2e3b8cc63c3f86ed6bcdaec
3
  size 5176