sanchit-gandhi HF staff commited on
Commit
2515d8c
1 Parent(s): a5756ad

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - common_language
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: whisper-base-ft-common-language-id
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # whisper-base-ft-common-language-id
18
+
19
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the common_language dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.0725
22
+ - Accuracy: 0.7525
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 16
44
+ - seed: 0
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 10.0
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 2.5291 | 1.0 | 694 | 2.4787 | 0.4806 |
56
+ | 1.5801 | 2.0 | 1388 | 1.6258 | 0.6260 |
57
+ | 1.0144 | 3.0 | 2082 | 1.2886 | 0.6816 |
58
+ | 0.7442 | 4.0 | 2776 | 1.0783 | 0.7237 |
59
+ | 0.4802 | 5.0 | 3470 | 1.0582 | 0.7266 |
60
+ | 0.3378 | 6.0 | 4164 | 1.0173 | 0.7417 |
61
+ | 0.1941 | 7.0 | 4858 | 1.0054 | 0.7446 |
62
+ | 0.1424 | 8.0 | 5552 | 1.0213 | 0.7508 |
63
+ | 0.1242 | 9.0 | 6246 | 1.0567 | 0.7495 |
64
+ | 0.1527 | 10.0 | 6940 | 1.0725 | 0.7525 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.27.0.dev0
70
+ - Pytorch 1.13.1
71
+ - Datasets 2.9.0
72
+ - Tokenizers 0.13.2