Mayalina commited on
Commit
af5e6ff
1 Parent(s): 9ef7460

Adds README File

Browse files
Files changed (1) hide show
  1. README.md +62 -3
README.md CHANGED
@@ -1,3 +1,62 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ak
4
+ license: apache-2.0
5
+ base_model: openai/whisper-tiny
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - UGSPEECHDATA
10
+ model-index:
11
+ - name: Whisper Small Ak - Sumaya Ahmed Salihs
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 Tiny Ak - Sumaya Ahmed Salihs
19
+
20
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the openai/whisper-tiny dataset.
21
+ It achieves the following results on the evaluation set:
22
+ WER: 0.322 - (32%)
23
+ - eval_loss:
24
+ - eval_runtime:
25
+ - eval_wer:
26
+ - eval_samples_per_second:
27
+ - eval_steps_per_second:
28
+ - step:
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 5e-5
48
+ - train_batch_size:
49
+ - eval_batch_size:
50
+ - seed:
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon= 5e-5
52
+ - lr_scheduler_type: constant_with_warmup
53
+ - lr_scheduler_warmup_steps:
54
+ - training_steps:
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.42.4
60
+ - Pytorch 2.3.1+cu121
61
+ - Datasets 2.21.0
62
+ - Tokenizers 0.19.1