Ahmed107 commited on
Commit
888d6dc
1 Parent(s): 433c3d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -26
README.md CHANGED
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # hamsa-medium
17
 
18
- This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the nadsoft/Jordan-Audio dataset.
19
 
20
  ## Model description
21
 
22
- More information needed
23
 
24
  ## Intended uses & limitations
25
 
@@ -27,32 +27,9 @@ More information needed
27
 
28
  ## Training and evaluation data
29
 
30
- More information needed
31
 
32
  ## Training procedure
33
 
34
  ### Training hyperparameters
35
 
36
- The following hyperparameters were used during training:
37
- - learning_rate: 1e-05
38
- - train_batch_size: 32
39
- - eval_batch_size: 16
40
- - seed: 42
41
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
- - lr_scheduler_type: constant_with_warmup
43
- - lr_scheduler_warmup_steps: 50
44
- - training_steps: 10
45
-
46
- ### Training results
47
-
48
- | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
49
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
50
- | No log | 0.07 | 10 | 3.0803 | 0.4207 | 0.3471 |
51
-
52
-
53
- ### Framework versions
54
-
55
- - Transformers 4.34.1
56
- - Pytorch 2.1.0+cu118
57
- - Datasets 2.14.5
58
- - Tokenizers 0.14.1
 
15
 
16
  # hamsa-medium
17
 
18
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) using [ARBML](https://github.com/ARBML/whisperar) on the [**nadsoft/Jordan-Audio dataset.**](https://huggingface.co/datasets/nadsoft/Jordan-Audio)
19
 
20
  ## Model description
21
 
22
+ Hamsa is a Whisper Medium model that has been fine-tuned using the ARBML method in this repository. We have also added some Jordanian data to the model to adapt it to a few shot learning tasks.
23
 
24
  ## Intended uses & limitations
25
 
 
27
 
28
  ## Training and evaluation data
29
 
30
+ nadsoft/Jordan-Audio
31
 
32
  ## Training procedure
33
 
34
  ### Training hyperparameters
35