Shiry commited on
Commit
a9e0b01
1 Parent(s): ef65a97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -5
README.md CHANGED
@@ -1,9 +1,72 @@
1
  ---
2
- # Model Card for Shiry/Whisper_hebrew_medium
3
-
4
- <!-- Provide a quick summary of what the model is/does. [Optional] -->
5
- Whisper Medium fine-tune on Hebrew
6
-
7
  tags:
8
  - whisper-event
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - he
4
+ license: apache-2.0
 
 
5
  tags:
6
  - whisper-event
7
+ - generated_from_trainer
8
+ datasets:
9
+ - google/fleurs
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: Whisper Medium Hebrew
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: google/fleurs he_il
20
+ type: google/fleurs
21
+ config: he_il
22
+ split: test
23
+ args: he_il
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 34
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # Whisper Medium Hebrew
34
+
35
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the google/fleurs he_il dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Wer: 34
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 1e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 32
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_steps: 500
63
+ - training_steps: 5000
64
+ - mixed_precision_training: Native AMP
65
+
66
+
67
+ ### Framework versions
68
 
69
+ - Transformers 4.26.0.dev0
70
+ - Pytorch 1.13.0+cu117
71
+ - Datasets 2.7.1.dev0
72
+ - Tokenizers 0.13.2