aydink commited on
Commit
20218f2
1 Parent(s): 1f2ccf6

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/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.2002
24
- - Accuracy: 0.955
25
- - F1: 0.9549
26
- - Recall: 0.9550
27
- - Precision: 0.9551
28
- - Mcc: 0.9438
29
- - Auc: 0.9942
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
- | 1.5544 | 1.0 | 200 | 1.5193 | 0.405 | 0.3628 | 0.4050 | 0.5940 | 0.2904 | 0.8407 |
63
- | 1.1406 | 2.0 | 400 | 0.9811 | 0.6375 | 0.5780 | 0.6375 | 0.6712 | 0.5734 | 0.9464 |
64
- | 0.7902 | 3.0 | 600 | 0.6775 | 0.8125 | 0.7969 | 0.8125 | 0.8181 | 0.7740 | 0.9724 |
65
- | 0.5346 | 4.0 | 800 | 0.5083 | 0.8725 | 0.8683 | 0.8725 | 0.8774 | 0.8438 | 0.9834 |
66
- | 0.5139 | 5.0 | 1000 | 0.3943 | 0.9025 | 0.8988 | 0.9025 | 0.9074 | 0.8809 | 0.9879 |
67
- | 0.5136 | 6.0 | 1200 | 0.3314 | 0.915 | 0.9145 | 0.915 | 0.9174 | 0.8945 | 0.9881 |
68
- | 0.3726 | 7.0 | 1400 | 0.2894 | 0.925 | 0.9241 | 0.925 | 0.9258 | 0.9069 | 0.9878 |
69
- | 0.3072 | 8.0 | 1600 | 0.2267 | 0.9325 | 0.9314 | 0.9325 | 0.9349 | 0.9167 | 0.9914 |
70
- | 0.1948 | 9.0 | 1800 | 0.2117 | 0.945 | 0.9445 | 0.945 | 0.9461 | 0.9317 | 0.9931 |
71
- | 0.2312 | 10.0 | 2000 | 0.2002 | 0.955 | 0.9549 | 0.9550 | 0.9551 | 0.9438 | 0.9942 |
72
 
73
 
74
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [facebook/hubert-base-ls960](https://huggingface.co/facebook/hubert-base-ls960) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0451
24
+ - Accuracy: 0.99
25
+ - F1: 0.9900
26
+ - Recall: 0.99
27
+ - Precision: 0.9900
28
+ - Mcc: 0.9875
29
+ - Auc: 0.9994
30
 
31
  ## Model description
32
 
 
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision | Mcc | Auc |
61
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|:------:|:------:|
62
+ | 0.2557 | 1.0 | 200 | 0.1431 | 0.965 | 0.9647 | 0.9650 | 0.9676 | 0.9570 | 0.9965 |
63
+ | 0.1858 | 2.0 | 400 | 0.0567 | 0.985 | 0.9849 | 0.985 | 0.9854 | 0.9814 | 0.9994 |
64
+ | 0.0626 | 3.0 | 600 | 0.0612 | 0.9875 | 0.9875 | 0.9875 | 0.9876 | 0.9844 | 0.9996 |
65
+ | 0.2167 | 4.0 | 800 | 0.0340 | 0.995 | 0.9950 | 0.9950 | 0.9950 | 0.9938 | 0.9999 |
66
+ | 0.0217 | 5.0 | 1000 | 0.0454 | 0.9925 | 0.9925 | 0.9925 | 0.9925 | 0.9906 | 0.9997 |
67
+ | 0.1366 | 6.0 | 1200 | 0.0659 | 0.985 | 0.9850 | 0.985 | 0.9852 | 0.9813 | 0.9992 |
68
+ | 0.0167 | 7.0 | 1400 | 0.0515 | 0.9925 | 0.9925 | 0.9925 | 0.9927 | 0.9907 | 0.9991 |
69
+ | 0.015 | 8.0 | 1600 | 0.0414 | 0.9925 | 0.9925 | 0.9925 | 0.9927 | 0.9907 | 0.9993 |
70
+ | 0.0312 | 9.0 | 1800 | 0.0432 | 0.9925 | 0.9925 | 0.9925 | 0.9926 | 0.9906 | 0.9993 |
71
+ | 0.0091 | 10.0 | 2000 | 0.0451 | 0.99 | 0.9900 | 0.99 | 0.9900 | 0.9875 | 0.9994 |
72
 
73
 
74
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fb9bff8bad1169e7e0b40421b733687b1b78a9126893066cdf238cb3b4d7b27
3
  size 378305028
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f06b99b1bccc6b7cc2cfd16acaba4d7eee9e0782fae2d21caed908da8439ab62
3
  size 378305028