fydhfzh commited on
Commit
c997970
·
verified ·
1 Parent(s): f4fecfc

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,11 @@ license: apache-2.0
3
  base_model: facebook/wav2vec2-base
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
  - name: wav2vec2-classifier
8
  results: []
@@ -14,6 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
14
  # wav2vec2-classifier
15
 
16
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
 
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -43,6 +55,69 @@ The following hyperparameters were used during training:
43
  - num_epochs: 10
44
  - mixed_precision_training: Native AMP
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.38.2
 
3
  base_model: facebook/wav2vec2-base
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
  model-index:
12
  - name: wav2vec2-classifier
13
  results: []
 
19
  # wav2vec2-classifier
20
 
21
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.8841
24
+ - Accuracy: 0.8015
25
+ - Precision: 0.8244
26
+ - Recall: 0.8015
27
+ - F1: 0.7954
28
+ - Binary: 0.8613
29
 
30
  ## Model description
31
 
 
55
  - num_epochs: 10
56
  - mixed_precision_training: Native AMP
57
 
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Binary |
61
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
62
+ | No log | 0.17 | 50 | 4.2299 | 0.0680 | 0.0274 | 0.0680 | 0.0275 | 0.3352 |
63
+ | No log | 0.35 | 100 | 3.9259 | 0.0631 | 0.0167 | 0.0631 | 0.0191 | 0.3408 |
64
+ | No log | 0.52 | 150 | 3.6877 | 0.1117 | 0.0535 | 0.1117 | 0.0606 | 0.3738 |
65
+ | No log | 0.69 | 200 | 3.4911 | 0.1650 | 0.0958 | 0.1650 | 0.1017 | 0.4119 |
66
+ | No log | 0.86 | 250 | 3.3070 | 0.2233 | 0.1497 | 0.2233 | 0.1517 | 0.4541 |
67
+ | 3.8291 | 1.04 | 300 | 3.1733 | 0.2354 | 0.1675 | 0.2354 | 0.1635 | 0.4619 |
68
+ | 3.8291 | 1.21 | 350 | 3.0042 | 0.3034 | 0.2792 | 0.3034 | 0.2378 | 0.5087 |
69
+ | 3.8291 | 1.38 | 400 | 2.8631 | 0.3519 | 0.3257 | 0.3519 | 0.2808 | 0.5434 |
70
+ | 3.8291 | 1.55 | 450 | 2.7172 | 0.3981 | 0.4132 | 0.3981 | 0.3454 | 0.5765 |
71
+ | 3.8291 | 1.73 | 500 | 2.5629 | 0.4733 | 0.4595 | 0.4733 | 0.4250 | 0.6299 |
72
+ | 3.8291 | 1.9 | 550 | 2.4316 | 0.4927 | 0.4601 | 0.4927 | 0.4352 | 0.6420 |
73
+ | 2.9187 | 2.07 | 600 | 2.3206 | 0.5218 | 0.5337 | 0.5218 | 0.4800 | 0.6638 |
74
+ | 2.9187 | 2.24 | 650 | 2.1817 | 0.5801 | 0.5746 | 0.5801 | 0.5292 | 0.7039 |
75
+ | 2.9187 | 2.42 | 700 | 2.0852 | 0.5631 | 0.5165 | 0.5631 | 0.5089 | 0.6927 |
76
+ | 2.9187 | 2.59 | 750 | 1.9932 | 0.5752 | 0.5836 | 0.5752 | 0.5310 | 0.7005 |
77
+ | 2.9187 | 2.76 | 800 | 1.8989 | 0.6189 | 0.6288 | 0.6189 | 0.5850 | 0.7318 |
78
+ | 2.9187 | 2.93 | 850 | 1.8100 | 0.6529 | 0.6389 | 0.6529 | 0.6181 | 0.7563 |
79
+ | 2.291 | 3.11 | 900 | 1.7138 | 0.6650 | 0.7058 | 0.6650 | 0.6360 | 0.7641 |
80
+ | 2.291 | 3.28 | 950 | 1.6582 | 0.6869 | 0.7094 | 0.6869 | 0.6585 | 0.7786 |
81
+ | 2.291 | 3.45 | 1000 | 1.5810 | 0.7039 | 0.7509 | 0.7039 | 0.6886 | 0.7913 |
82
+ | 2.291 | 3.62 | 1050 | 1.5116 | 0.7306 | 0.7799 | 0.7306 | 0.7263 | 0.8100 |
83
+ | 2.291 | 3.8 | 1100 | 1.4638 | 0.7039 | 0.7450 | 0.7039 | 0.6850 | 0.7920 |
84
+ | 2.291 | 3.97 | 1150 | 1.4173 | 0.7233 | 0.7744 | 0.7233 | 0.7099 | 0.8056 |
85
+ | 1.8674 | 4.14 | 1200 | 1.4021 | 0.6869 | 0.7375 | 0.6869 | 0.6707 | 0.7794 |
86
+ | 1.8674 | 4.31 | 1250 | 1.3271 | 0.7282 | 0.7796 | 0.7282 | 0.7240 | 0.8090 |
87
+ | 1.8674 | 4.49 | 1300 | 1.2851 | 0.7403 | 0.7903 | 0.7403 | 0.7305 | 0.8175 |
88
+ | 1.8674 | 4.66 | 1350 | 1.2666 | 0.7257 | 0.7796 | 0.7257 | 0.7162 | 0.8066 |
89
+ | 1.8674 | 4.83 | 1400 | 1.2354 | 0.7379 | 0.7785 | 0.7379 | 0.7301 | 0.8158 |
90
+ | 1.5849 | 5.0 | 1450 | 1.1930 | 0.7451 | 0.7913 | 0.7451 | 0.7420 | 0.8201 |
91
+ | 1.5849 | 5.18 | 1500 | 1.1529 | 0.7549 | 0.8124 | 0.7549 | 0.7527 | 0.8277 |
92
+ | 1.5849 | 5.35 | 1550 | 1.1293 | 0.7621 | 0.8236 | 0.7621 | 0.7626 | 0.8328 |
93
+ | 1.5849 | 5.52 | 1600 | 1.0915 | 0.7646 | 0.8132 | 0.7646 | 0.7609 | 0.8345 |
94
+ | 1.5849 | 5.69 | 1650 | 1.1038 | 0.7549 | 0.8013 | 0.7549 | 0.7518 | 0.8277 |
95
+ | 1.5849 | 5.87 | 1700 | 1.0632 | 0.7670 | 0.8125 | 0.7670 | 0.7604 | 0.8362 |
96
+ | 1.379 | 6.04 | 1750 | 1.0175 | 0.7767 | 0.8151 | 0.7767 | 0.7708 | 0.8430 |
97
+ | 1.379 | 6.21 | 1800 | 0.9889 | 0.7791 | 0.8137 | 0.7791 | 0.7746 | 0.8447 |
98
+ | 1.379 | 6.38 | 1850 | 0.9825 | 0.7816 | 0.8255 | 0.7816 | 0.7793 | 0.8464 |
99
+ | 1.379 | 6.56 | 1900 | 0.9725 | 0.7864 | 0.8442 | 0.7864 | 0.7826 | 0.8498 |
100
+ | 1.379 | 6.73 | 1950 | 0.9357 | 0.7961 | 0.8341 | 0.7961 | 0.7943 | 0.8566 |
101
+ | 1.379 | 6.9 | 2000 | 0.9351 | 0.7888 | 0.8315 | 0.7888 | 0.7848 | 0.8515 |
102
+ | 1.2346 | 7.08 | 2050 | 0.9187 | 0.7888 | 0.8374 | 0.7888 | 0.7895 | 0.8515 |
103
+ | 1.2346 | 7.25 | 2100 | 0.9028 | 0.7840 | 0.8361 | 0.7840 | 0.7835 | 0.8481 |
104
+ | 1.2346 | 7.42 | 2150 | 0.8773 | 0.7961 | 0.8419 | 0.7961 | 0.7909 | 0.8566 |
105
+ | 1.2346 | 7.59 | 2200 | 0.8816 | 0.7985 | 0.8399 | 0.7985 | 0.8016 | 0.8583 |
106
+ | 1.2346 | 7.77 | 2250 | 0.8604 | 0.7913 | 0.8294 | 0.7913 | 0.7919 | 0.8532 |
107
+ | 1.2346 | 7.94 | 2300 | 0.8579 | 0.8010 | 0.8381 | 0.8010 | 0.8003 | 0.8600 |
108
+ | 1.1154 | 8.11 | 2350 | 0.8552 | 0.7985 | 0.8439 | 0.7985 | 0.7996 | 0.8583 |
109
+ | 1.1154 | 8.28 | 2400 | 0.8493 | 0.7985 | 0.8461 | 0.7985 | 0.8000 | 0.8583 |
110
+ | 1.1154 | 8.46 | 2450 | 0.8421 | 0.7985 | 0.8421 | 0.7985 | 0.8009 | 0.8583 |
111
+ | 1.1154 | 8.63 | 2500 | 0.8416 | 0.8010 | 0.8424 | 0.8010 | 0.8013 | 0.8600 |
112
+ | 1.1154 | 8.8 | 2550 | 0.8375 | 0.8010 | 0.8460 | 0.8010 | 0.8010 | 0.8600 |
113
+ | 1.1154 | 8.97 | 2600 | 0.8304 | 0.8058 | 0.8444 | 0.8058 | 0.8072 | 0.8633 |
114
+ | 1.0661 | 9.15 | 2650 | 0.8183 | 0.8107 | 0.8471 | 0.8107 | 0.8076 | 0.8667 |
115
+ | 1.0661 | 9.32 | 2700 | 0.8093 | 0.8131 | 0.8521 | 0.8131 | 0.8123 | 0.8684 |
116
+ | 1.0661 | 9.49 | 2750 | 0.8104 | 0.8155 | 0.8544 | 0.8155 | 0.8148 | 0.8701 |
117
+ | 1.0661 | 9.66 | 2800 | 0.8106 | 0.8204 | 0.8581 | 0.8204 | 0.8208 | 0.8735 |
118
+ | 1.0661 | 9.84 | 2850 | 0.8094 | 0.8131 | 0.8485 | 0.8131 | 0.8126 | 0.8684 |
119
+
120
+
121
  ### Framework versions
122
 
123
  - Transformers 4.38.2
runs/Jun13_00-04-21_LAPTOP-1GID9RGH/events.out.tfevents.1718214542.LAPTOP-1GID9RGH.20912.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb8f581191c3c940222981d2881d7dee49c3ba0c42e95d3e3e32e8621ddae7f8
3
+ size 610