Kurokabe commited on
Commit
71590fa
1 Parent(s): b2e5491

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - bn
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - Bengali, Kaggle competition
10
+ model-index:
11
+ - name: whisper-small bn
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # whisper-small bn
19
+
20
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Bengali, Kaggle competition dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - eval_loss: 0.1069
23
+ - eval_wer_ortho: 0.3909
24
+ - eval_wer: 0.1697
25
+ - eval_runtime: 31948.7278
26
+ - eval_samples_per_second: 0.926
27
+ - eval_steps_per_second: 0.463
28
+ - epoch: 0.1
29
+ - step: 1500
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: 2
51
+ - seed: 42
52
+ - gradient_accumulation_steps: 8
53
+ - total_train_batch_size: 64
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: constant_with_warmup
56
+ - lr_scheduler_warmup_steps: 50
57
+ - training_steps: 4000
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.32.0.dev0
62
+ - Pytorch 2.0.1
63
+ - Datasets 2.13.1
64
+ - Tokenizers 0.13.3