aydink commited on
Commit
8b0ade7
1 Parent(s): 572a7b1

Model save

Browse files
Files changed (2) hide show
  1. README.md +19 -19
  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 [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0319
24
- - Accuracy: 0.9925
25
- - F1: 0.9925
26
- - Recall: 0.9925
27
- - Precision: 0.9927
28
- - Mcc: 0.9907
29
- - Auc: 0.9999
30
 
31
  ## Model description
32
 
@@ -57,18 +57,18 @@ The following hyperparameters were used during training:
57
 
58
  ### Training results
59
 
60
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision | Mcc | Auc |
61
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|:------:|:------:|
62
- | 0.1765 | 1.0 | 200 | 0.1455 | 0.9775 | 0.9775 | 0.9775 | 0.9776 | 0.9719 | 0.9996 |
63
- | 0.0067 | 2.0 | 400 | 0.0734 | 0.98 | 0.9800 | 0.9800 | 0.9804 | 0.9751 | 0.9996 |
64
- | 0.0218 | 3.0 | 600 | 0.0719 | 0.9875 | 0.9875 | 0.9875 | 0.9879 | 0.9845 | 0.9999 |
65
- | 0.002 | 4.0 | 800 | 0.1055 | 0.975 | 0.9752 | 0.975 | 0.9762 | 0.9690 | 0.9997 |
66
- | 0.0014 | 5.0 | 1000 | 0.0312 | 0.995 | 0.9950 | 0.9950 | 0.9951 | 0.9938 | 0.9999 |
67
- | 0.0011 | 6.0 | 1200 | 0.0305 | 0.995 | 0.9950 | 0.9950 | 0.9951 | 0.9938 | 0.9999 |
68
- | 0.0009 | 7.0 | 1400 | 0.0310 | 0.995 | 0.9950 | 0.9950 | 0.9951 | 0.9938 | 0.9999 |
69
- | 0.0008 | 8.0 | 1600 | 0.0315 | 0.9925 | 0.9925 | 0.9925 | 0.9927 | 0.9907 | 0.9999 |
70
- | 0.0008 | 9.0 | 1800 | 0.0318 | 0.9925 | 0.9925 | 0.9925 | 0.9927 | 0.9907 | 0.9999 |
71
- | 0.0007 | 10.0 | 2000 | 0.0319 | 0.9925 | 0.9925 | 0.9925 | 0.9927 | 0.9907 | 0.9999 |
72
 
73
 
74
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0001
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
 
 
57
 
58
  ### Training results
59
 
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision | Mcc | Auc |
61
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|:------:|:---:|
62
+ | 0.0012 | 1.0 | 200 | 0.0024 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
63
+ | 0.0874 | 2.0 | 400 | 0.1391 | 0.975 | 0.9748 | 0.975 | 0.9773 | 0.9694 | 1.0 |
64
+ | 0.0003 | 3.0 | 600 | 0.0003 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
65
+ | 0.0002 | 4.0 | 800 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
66
+ | 0.0001 | 5.0 | 1000 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
67
+ | 0.0001 | 6.0 | 1200 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
68
+ | 0.0001 | 7.0 | 1400 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
69
+ | 0.0001 | 8.0 | 1600 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
70
+ | 0.0001 | 9.0 | 1800 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
71
+ | 0.0001 | 10.0 | 2000 | 0.0001 | 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:099d60b25b66e78f7b36c1e08e142c088a1f33102514b1a3bd581697339c97ec
3
  size 82903356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb547de3e6388cbabe04224aa1acd34cb3922945dfd143d7a61acfc78cce54d
3
  size 82903356