sarasarasara commited on
Commit
2c9d082
·
verified ·
1 Parent(s): 0ec501c

End of training

Browse files
Files changed (2) hide show
  1. README.md +72 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: openai/whisper-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: whisper-base-finetuned-bmd
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # whisper-base-finetuned-bmd
21
+
22
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 1.1213
25
+ - Accuracy: 0.2647
26
+ - F1: 0.1108
27
+ - Precision: 0.0701
28
+ - Recall: 0.2647
29
+ - Sensitivity: 0.2647
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: 3e-05
49
+ - train_batch_size: 16
50
+ - eval_batch_size: 16
51
+ - seed: 42
52
+ - gradient_accumulation_steps: 2
53
+ - total_train_batch_size: 32
54
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
55
+ - lr_scheduler_type: linear
56
+ - lr_scheduler_warmup_ratio: 0.1
57
+ - num_epochs: 2
58
+
59
+ ### Training results
60
+
61
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Sensitivity |
62
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:-----------:|
63
+ | No log | 0.8571 | 3 | 1.1212 | 0.2647 | 0.1108 | 0.0701 | 0.2647 | 0.2647 |
64
+ | No log | 1.7143 | 6 | 1.1213 | 0.2647 | 0.1108 | 0.0701 | 0.2647 | 0.2647 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.46.2
70
+ - Pytorch 2.5.0+cu121
71
+ - Datasets 3.1.0
72
+ - Tokenizers 0.20.3
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95f942e64ab404e1a6b04aa4adbe9daed745ebebbe69d6fa708a639ea8c06462
3
  size 82901300
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b7fcfeb2ffa810f10ac864d028d9ddb25ea1cc8474a03213b48d0ca4c9dffc4
3
  size 82901300