pfe24 commited on
Commit
cbf0ac8
1 Parent(s): e1275d9
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: openai/whisper-large-v2
7
+ datasets:
8
+ - common_voice_16_1
9
+ model-index:
10
+ - name: arabic
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
+ # arabic
18
+
19
+ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the common_voice_16_1 dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - eval_loss: 0.4219
22
+ - eval_runtime: 240.3412
23
+ - eval_samples_per_second: 4.993
24
+ - eval_steps_per_second: 0.312
25
+ - epoch: 1.0
26
+ - step: 375
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 0.001
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 50
52
+ - num_epochs: 2
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Framework versions
56
+
57
+ - PEFT 0.11.2.dev0
58
+ - Transformers 4.42.0.dev0
59
+ - Pytorch 2.3.0+cu121
60
+ - Datasets 2.19.2
61
+ - Tokenizers 0.19.1