aydink commited on
Commit
b0e900d
1 Parent(s): 1d53f3c

Model save

Browse files
Files changed (2) hide show
  1. README.md +17 -17
  2. model.safetensors +1 -1
README.md CHANGED
@@ -20,13 +20,13 @@ should probably proofread and complete it, then remove this comment. -->
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: 0.0419
24
- - Accuracy: 0.995
25
- - F1: 0.9950
26
- - Recall: 0.9950
27
- - Precision: 0.9951
28
- - Mcc: 0.9938
29
- - Auc: 0.9987
30
 
31
  ## Model description
32
 
@@ -59,16 +59,16 @@ The following hyperparameters were used during training:
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision | Mcc | Auc |
61
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|:------:|:------:|
62
- | 0.8258 | 1.0 | 200 | 0.7423 | 0.76 | 0.6973 | 0.76 | 0.6699 | 0.7402 | 0.9766 |
63
- | 0.1609 | 2.0 | 400 | 0.1559 | 0.96 | 0.9596 | 0.96 | 0.9644 | 0.9513 | 0.9997 |
64
- | 0.219 | 3.0 | 600 | 0.0864 | 0.9825 | 0.9826 | 0.9825 | 0.9828 | 0.9782 | 0.9983 |
65
- | 0.0049 | 4.0 | 800 | 0.0341 | 0.995 | 0.9950 | 0.9950 | 0.9950 | 0.9938 | 0.9999 |
66
- | 0.0031 | 5.0 | 1000 | 0.1241 | 0.98 | 0.9799 | 0.9800 | 0.9808 | 0.9752 | 0.9989 |
67
- | 0.0021 | 6.0 | 1200 | 0.0394 | 0.995 | 0.9950 | 0.9950 | 0.9951 | 0.9938 | 0.9988 |
68
- | 0.0017 | 7.0 | 1400 | 0.0410 | 0.995 | 0.9950 | 0.9950 | 0.9951 | 0.9938 | 0.9993 |
69
- | 0.0015 | 8.0 | 1600 | 0.0420 | 0.995 | 0.9950 | 0.9950 | 0.9951 | 0.9938 | 0.9987 |
70
- | 0.0013 | 9.0 | 1800 | 0.0418 | 0.995 | 0.9950 | 0.9950 | 0.9951 | 0.9938 | 0.9987 |
71
- | 0.0013 | 10.0 | 2000 | 0.0419 | 0.995 | 0.9950 | 0.9950 | 0.9951 | 0.9938 | 0.9987 |
72
 
73
 
74
  ### Framework versions
 
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: 0.0002
24
+ - Accuracy: 1.0
25
+ - F1: 1.0
26
+ - Recall: 1.0
27
+ - Precision: 1.0
28
+ - Mcc: 1.0
29
+ - Auc: 1.0
30
 
31
  ## Model description
32
 
 
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision | Mcc | Auc |
61
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|:------:|:------:|
62
+ | 0.3184 | 1.0 | 200 | 0.2012 | 0.97 | 0.9693 | 0.97 | 0.9721 | 0.9633 | 0.9965 |
63
+ | 0.0889 | 2.0 | 400 | 0.0144 | 0.995 | 0.9950 | 0.9950 | 0.9950 | 0.9938 | 1.0000 |
64
+ | 0.1011 | 3.0 | 600 | 0.0482 | 0.9925 | 0.9925 | 0.9925 | 0.9928 | 0.9907 | 0.9987 |
65
+ | 0.0007 | 4.0 | 800 | 0.0005 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
66
+ | 0.0005 | 5.0 | 1000 | 0.0003 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
67
+ | 0.0003 | 6.0 | 1200 | 0.0003 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
68
+ | 0.0004 | 7.0 | 1400 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
69
+ | 0.0003 | 8.0 | 1600 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
70
+ | 0.0003 | 9.0 | 1800 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
71
+ | 0.0002 | 10.0 | 2000 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
72
 
73
 
74
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8ef2788887345736be46e0400e6b6cb957904534f6976470cb43ce7a5e04ff6
3
  size 378305452
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f014f4b9e024b91b21ae6cc0e1525578867458be3b35e77de7d2b7e51695df97
3
  size 378305452