UsmanAXAI commited on
Commit
e8f2054
1 Parent(s): 74f1374

Model save

Browse files
Files changed (2) hide show
  1. README.md +30 -2
  2. model.safetensors +1 -1
README.md CHANGED
@@ -5,9 +5,24 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - audiofolder
 
 
8
  model-index:
9
  - name: whisper-medium-ft-custom
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
16
  # whisper-medium-ft-custom
17
 
18
  This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the audiofolder dataset.
 
 
 
19
 
20
  ## Model description
21
 
@@ -35,15 +53,25 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 1e-06
38
- - train_batch_size: 16
39
  - eval_batch_size: 8
40
  - seed: 42
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 500
44
  - training_steps: 1000
45
  - mixed_precision_training: Native AMP
46
 
 
 
 
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - Transformers 4.37.2
 
5
  - generated_from_trainer
6
  datasets:
7
  - audiofolder
8
+ metrics:
9
+ - wer
10
  model-index:
11
  - name: whisper-medium-ft-custom
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: audiofolder
18
+ type: audiofolder
19
+ config: default
20
+ split: None
21
+ args: default
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 100.0
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
  # whisper-medium-ft-custom
32
 
33
  This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the audiofolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.4298
36
+ - Wer: 100.0
37
 
38
  ## Model description
39
 
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 1e-06
56
+ - train_batch_size: 4
57
  - eval_batch_size: 8
58
  - seed: 42
59
+ - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 16
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 500
64
  - training_steps: 1000
65
  - mixed_precision_training: Native AMP
66
 
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:-----:|
71
+ | 0.0045 | 35.71 | 500 | 1.3081 | 100.0 |
72
+ | 0.0012 | 71.43 | 1000 | 1.4298 | 100.0 |
73
+
74
+
75
  ### Framework versions
76
 
77
  - Transformers 4.37.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44ef6cf049375c53d2549c35327323f71c45ae7949638ccff1d77f8578570cc1
3
  size 3055544304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f40521ac38a3efa0092ba457f80c72d089fd07a615e10d4896bdbe37f1fea60e
3
  size 3055544304