fydhfzh commited on
Commit
77de086
·
verified ·
1 Parent(s): e450cbd

End of training

Browse files
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  metrics:
@@ -16,14 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # wav2vec2-classifier
18
 
19
- This model was trained from scratch on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.7104
22
- - Accuracy: 0.8232
23
- - Precision: 0.8509
24
- - Recall: 0.8232
25
- - F1: 0.8176
26
- - Binary: 0.8801
27
 
28
  ## Model description
29
 
@@ -42,7 +44,7 @@ More information needed
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
- - learning_rate: 3e-05
46
  - train_batch_size: 32
47
  - eval_batch_size: 32
48
  - seed: 42
@@ -57,21 +59,23 @@ The following hyperparameters were used during training:
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Binary |
59
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
60
- | No log | 0.17 | 50 | 0.5597 | 0.8422 | 0.8773 | 0.8422 | 0.8420 | 0.8896 |
61
- | No log | 0.35 | 100 | 0.5717 | 0.8374 | 0.8672 | 0.8374 | 0.8393 | 0.8854 |
62
- | No log | 0.52 | 150 | 0.5018 | 0.8617 | 0.8982 | 0.8617 | 0.8641 | 0.9041 |
63
- | No log | 0.69 | 200 | 0.6071 | 0.8374 | 0.8766 | 0.8374 | 0.8402 | 0.8862 |
64
- | No log | 0.86 | 250 | 0.5474 | 0.8544 | 0.8825 | 0.8544 | 0.8563 | 0.8973 |
65
- | 0.9969 | 1.04 | 300 | 0.5368 | 0.8617 | 0.8909 | 0.8617 | 0.8638 | 0.9024 |
66
- | 0.9969 | 1.21 | 350 | 0.5341 | 0.8519 | 0.8817 | 0.8519 | 0.8537 | 0.8964 |
67
- | 0.9969 | 1.38 | 400 | 0.5094 | 0.8714 | 0.8952 | 0.8714 | 0.8728 | 0.9100 |
68
- | 0.9969 | 1.55 | 450 | 0.5423 | 0.8471 | 0.8736 | 0.8471 | 0.8457 | 0.8932 |
69
- | 0.9969 | 1.73 | 500 | 0.5375 | 0.8568 | 0.8904 | 0.8568 | 0.8579 | 0.9010 |
70
- | 0.9969 | 1.9 | 550 | 0.5019 | 0.8617 | 0.8928 | 0.8617 | 0.8632 | 0.9032 |
71
- | 0.8716 | 2.07 | 600 | 0.5622 | 0.8422 | 0.8688 | 0.8422 | 0.8429 | 0.8905 |
72
- | 0.8716 | 2.24 | 650 | 0.4727 | 0.8568 | 0.8836 | 0.8568 | 0.8584 | 0.8990 |
73
- | 0.8716 | 2.42 | 700 | 0.5217 | 0.8325 | 0.8690 | 0.8325 | 0.8356 | 0.8828 |
74
- | 0.8716 | 2.59 | 750 | 0.5611 | 0.8447 | 0.8702 | 0.8447 | 0.8445 | 0.8913 |
 
 
75
 
76
 
77
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: facebook/wav2vec2-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
18
 
19
  # wav2vec2-classifier
20
 
21
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 4.4346
24
+ - Accuracy: 0.0121
25
+ - Precision: 0.0001
26
+ - Recall: 0.0121
27
+ - F1: 0.0003
28
+ - Binary: 0.1515
29
 
30
  ## Model description
31
 
 
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
+ - learning_rate: 0.0005
48
  - train_batch_size: 32
49
  - eval_batch_size: 32
50
  - seed: 42
 
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Binary |
61
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
62
+ | No log | 0.08 | 50 | 4.4494 | 0.0146 | 0.0002 | 0.0146 | 0.0004 | 0.1633 |
63
+ | No log | 0.16 | 100 | 4.4464 | 0.0097 | 0.0001 | 0.0097 | 0.0002 | 0.1112 |
64
+ | No log | 0.24 | 150 | 4.4330 | 0.0121 | 0.0001 | 0.0121 | 0.0003 | 0.1498 |
65
+ | No log | 0.31 | 200 | 4.4432 | 0.0097 | 0.0001 | 0.0097 | 0.0002 | 0.1112 |
66
+ | No log | 0.39 | 250 | 4.4338 | 0.0121 | 0.0001 | 0.0121 | 0.0003 | 0.1515 |
67
+ | No log | 0.47 | 300 | 4.4480 | 0.0194 | 0.0004 | 0.0194 | 0.0007 | 0.1549 |
68
+ | No log | 0.55 | 350 | 4.4439 | 0.0146 | 0.0002 | 0.0146 | 0.0004 | 0.1430 |
69
+ | No log | 0.63 | 400 | 4.4467 | 0.0146 | 0.0002 | 0.0146 | 0.0004 | 0.1172 |
70
+ | No log | 0.71 | 450 | 4.4418 | 0.0121 | 0.0001 | 0.0121 | 0.0003 | 0.1515 |
71
+ | No log | 0.78 | 500 | 4.4394 | 0.0194 | 0.0004 | 0.0194 | 0.0007 | 0.1549 |
72
+ | No log | 0.86 | 550 | 4.4450 | 0.0121 | 0.0001 | 0.0121 | 0.0003 | 0.1498 |
73
+ | No log | 0.94 | 600 | 4.4342 | 0.0049 | 0.0000 | 0.0049 | 0.0000 | 0.1532 |
74
+ | 4.4341 | 1.02 | 650 | 4.4374 | 0.0121 | 0.0001 | 0.0121 | 0.0003 | 0.1061 |
75
+ | 4.4341 | 1.1 | 700 | 4.4479 | 0.0121 | 0.0001 | 0.0121 | 0.0003 | 0.1515 |
76
+ | 4.4341 | 1.18 | 750 | 4.4399 | 0.0121 | 0.0001 | 0.0121 | 0.0003 | 0.1515 |
77
+ | 4.4341 | 1.25 | 800 | 4.4421 | 0.0121 | 0.0001 | 0.0121 | 0.0003 | 0.1515 |
78
+ | 4.4341 | 1.33 | 850 | 4.4346 | 0.0121 | 0.0001 | 0.0121 | 0.0003 | 0.1515 |
79
 
80
 
81
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:feb2b67021dc8b1ad4f29f1de8b2df147b9409e7557abcea895a8636e9e6f3ce
3
  size 378386672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dad2378fe08a4993f59703081b91754ad393496e2872061640042da4f38f058
3
  size 378386672
runs/Jun15_15-03-54_LAPTOP-1GID9RGH/events.out.tfevents.1718438634.LAPTOP-1GID9RGH.23220.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:906e59ccc75a34d849ecb2be6bffc481814ac8e1fa74344f9ad88c3a024c88d2
3
- size 30907
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:032ac8665f9ab27200907dd18b06d05bedf8fdd427c99bf5bf71488cb1595875
3
+ size 34250
runs/Jun15_17-35-55_LAPTOP-1GID9RGH/events.out.tfevents.1718447757.LAPTOP-1GID9RGH.23220.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a3a986323d454c24f1c1411f6ed6d717b07fcd68970b778e31133ac338faa7
3
+ size 9837
runs/Jun16_01-07-13_LAPTOP-1GID9RGH/events.out.tfevents.1718474834.LAPTOP-1GID9RGH.26192.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:319cb695e3f10a544ff415095c4defa13d82582e46dd2a16c172a04cb18d66e7
3
+ size 19468
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25666558536750d78c921eec2d1a9e05d235f88fa10e8c83b1e4af0bbaf46572
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f370e6a2bc9ccce84dba00a8a11971799411c0db8318ad6f4163842ae40d87ea
3
  size 4984