sanchit-gandhi HF staff commited on
Commit
23ca3c8
1 Parent(s): e8210f3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-small-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-small-ft-common-language-id
18
+
19
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_language dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6334
22
+ - Accuracy: 0.8860
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: 16
43
+ - eval_batch_size: 16
44
+ - seed: 0
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 32
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 10.0
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
+ | 1.1767 | 1.0 | 694 | 1.1063 | 0.7514 |
58
+ | 0.582 | 2.0 | 1388 | 0.6595 | 0.8327 |
59
+ | 0.3172 | 3.0 | 2082 | 0.5887 | 0.8529 |
60
+ | 0.196 | 4.0 | 2776 | 0.5332 | 0.8701 |
61
+ | 0.0858 | 5.0 | 3470 | 0.5705 | 0.8733 |
62
+ | 0.0477 | 6.0 | 4164 | 0.6311 | 0.8779 |
63
+ | 0.0353 | 7.0 | 4858 | 0.6011 | 0.8825 |
64
+ | 0.0033 | 8.0 | 5552 | 0.6186 | 0.8843 |
65
+ | 0.0071 | 9.0 | 6246 | 0.6409 | 0.8860 |
66
+ | 0.0074 | 10.0 | 6940 | 0.6334 | 0.8860 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.27.0.dev0
72
+ - Pytorch 1.13.1
73
+ - Datasets 2.9.0
74
+ - Tokenizers 0.13.2