aydink commited on
Commit
5a4e976
1 Parent(s): b1e9ac0

Model save

Browse files
Files changed (2) hide show
  1. README.md +79 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ - recall
10
+ - precision
11
+ model-index:
12
+ - name: whisper-base-finetuned-common_voice
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # whisper-base-finetuned-common_voice
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
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 1e-05
49
+ - train_batch_size: 8
50
+ - eval_batch_size: 8
51
+ - seed: 42
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - lr_scheduler_warmup_ratio: 0.1
55
+ - num_epochs: 10
56
+ - mixed_precision_training: Native AMP
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
75
+
76
+ - Transformers 4.41.0
77
+ - Pytorch 2.3.0+cu121
78
+ - Datasets 2.19.1
79
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f99523900a0a398fa6a94a8a328818ff3a1691df0cd2428acfeaf86f98675f71
3
  size 82903356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5a62e5caf44c9e4ff37d1fea6f1c1c019f049dcd0f51a443efc16828b927b8b
3
  size 82903356