DereAbdulhameed commited on
Commit
3e39e7c
1 Parent(s): dc6cfde

End of training

Browse files
Files changed (25) hide show
  1. README.md +83 -0
  2. adapter_config.json +32 -0
  3. adapter_model.safetensors +3 -0
  4. preprocessor_config.json +14 -0
  5. runs/Mar20_04-46-40_60fe1ba54718/events.out.tfevents.1710910037.60fe1ba54718.639.0 +3 -0
  6. runs/Mar20_04-50-19_60fe1ba54718/events.out.tfevents.1710910227.60fe1ba54718.639.1 +3 -0
  7. runs/Mar20_04-50-19_60fe1ba54718/events.out.tfevents.1710910615.60fe1ba54718.639.2 +3 -0
  8. runs/Mar20_05-12-03_60fe1ba54718/events.out.tfevents.1710911535.60fe1ba54718.639.3 +3 -0
  9. runs/Mar20_05-14-32_60fe1ba54718/events.out.tfevents.1710911679.60fe1ba54718.639.4 +3 -0
  10. runs/Mar20_05-14-32_60fe1ba54718/events.out.tfevents.1710913215.60fe1ba54718.639.5 +3 -0
  11. runs/Mar20_05-48-05_60fe1ba54718/events.out.tfevents.1710913697.60fe1ba54718.639.6 +3 -0
  12. runs/Mar20_06-01-44_60fe1ba54718/events.out.tfevents.1710914526.60fe1ba54718.23908.0 +3 -0
  13. runs/Mar20_06-01-44_60fe1ba54718/events.out.tfevents.1710914579.60fe1ba54718.23908.1 +3 -0
  14. runs/Mar20_06-43-13_60fe1ba54718/events.out.tfevents.1710917003.60fe1ba54718.23908.2 +3 -0
  15. runs/Mar20_06-46-08_60fe1ba54718/events.out.tfevents.1710917174.60fe1ba54718.23908.3 +3 -0
  16. runs/Mar20_06-54-18_60fe1ba54718/events.out.tfevents.1710917664.60fe1ba54718.23908.4 +3 -0
  17. runs/Mar20_07-04-17_60fe1ba54718/events.out.tfevents.1710918264.60fe1ba54718.23908.5 +3 -0
  18. runs/Mar20_07-06-57_60fe1ba54718/events.out.tfevents.1710918425.60fe1ba54718.23908.6 +3 -0
  19. runs/Mar20_07-09-52_60fe1ba54718/events.out.tfevents.1710918595.60fe1ba54718.23908.7 +3 -0
  20. runs/Mar20_07-21-20_60fe1ba54718/events.out.tfevents.1710919284.60fe1ba54718.23908.8 +3 -0
  21. runs/Mar20_07-23-06_60fe1ba54718/events.out.tfevents.1710919436.60fe1ba54718.23908.9 +3 -0
  22. runs/Mar20_07-35-11_60fe1ba54718/events.out.tfevents.1710920120.60fe1ba54718.23908.10 +3 -0
  23. runs/Mar20_07-41-46_60fe1ba54718/events.out.tfevents.1710920512.60fe1ba54718.23908.11 +3 -0
  24. runs/Mar20_07-42-04_60fe1ba54718/events.out.tfevents.1710920530.60fe1ba54718.23908.12 +3 -0
  25. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - yo
4
+ license: apache-2.0
5
+ library_name: peft
6
+ tags:
7
+ - hf-asr-leaderboard
8
+ - generated_from_trainer
9
+ datasets:
10
+ - mozilla-foundation/common_voice_16_1
11
+ metrics:
12
+ - wer
13
+ base_model: steja/whisper-small-yoruba
14
+ model-index:
15
+ - name: Whisper Yoruba- Abdulhameed Dere
16
+ results:
17
+ - task:
18
+ type: automatic-speech-recognition
19
+ name: Automatic Speech Recognition
20
+ dataset:
21
+ name: common_voice_16_1
22
+ type: mozilla-foundation/common_voice_16_1
23
+ config: yo_ng
24
+ split: test
25
+ args: 'config: yor, split: test'
26
+ metrics:
27
+ - type: wer
28
+ value: 60.10434782608696
29
+ name: Wer
30
+ ---
31
+
32
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
33
+ should probably proofread and complete it, then remove this comment. -->
34
+
35
+ # Whisper Yoruba- Abdulhameed Dere
36
+
37
+ This model is a fine-tuned version of [DereAbdulhameed/whisper-distill_large_v2_Yoruba](https://huggingface.co/DereAbdulhameed/whisper-distill_large_v2_Yoruba) on the common_voice_16_1 dataset.
38
+ It achieves the following results on the evaluation set:
39
+ - Loss: 0.8089
40
+ - Wer: 60.1043
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 0.001
60
+ - train_batch_size: 3
61
+ - eval_batch_size: 1
62
+ - seed: 42
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - num_epochs: 3
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
71
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
72
+ | 0.7515 | 1.0 | 906 | 0.8561 | 66.0174 |
73
+ | 0.4839 | 2.0 | 1812 | 0.8116 | 62.8323 |
74
+ | 0.1205 | 3.0 | 2718 | 0.8089 | 60.1043 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - PEFT 0.9.1.dev0
80
+ - Transformers 4.39.0.dev0
81
+ - Pytorch 2.2.1+cu121
82
+ - Datasets 2.18.0
83
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "WhisperForConditionalGeneration",
5
+ "parent_library": "transformers.models.whisper.modeling_whisper"
6
+ },
7
+ "base_model_name_or_path": "steja/whisper-small-yoruba",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
+ ],
29
+ "task_type": null,
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:081f530bef7950232ed8fdd041b7c9c3aaaf6fa1612bb6fd0a88689bba65a61d
3
+ size 14176064
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
runs/Mar20_04-46-40_60fe1ba54718/events.out.tfevents.1710910037.60fe1ba54718.639.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:213adc39c3a34220943baae8e47b504073cf67a023e3569130a1a7f05a79b2dd
3
+ size 6403
runs/Mar20_04-50-19_60fe1ba54718/events.out.tfevents.1710910227.60fe1ba54718.639.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25bb8f1445b9dfc94627b90c23a778015e47e69a3ee4957be35553035fcf6b80
3
+ size 6403
runs/Mar20_04-50-19_60fe1ba54718/events.out.tfevents.1710910615.60fe1ba54718.639.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4586a2e42ccec3b3c29d3f2c391379c5e993f53b638daeca869555907e800d6
3
+ size 11393
runs/Mar20_05-12-03_60fe1ba54718/events.out.tfevents.1710911535.60fe1ba54718.639.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8270298d6d2eb4f7344ace879315f3607851b3337870d0c30d2d69302d4fc30
3
+ size 6404
runs/Mar20_05-14-32_60fe1ba54718/events.out.tfevents.1710911679.60fe1ba54718.639.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b3037dfd432b93a36a8ab1e07945e839e52c992fba15b1a807b76fcf5b8dff1
3
+ size 6404
runs/Mar20_05-14-32_60fe1ba54718/events.out.tfevents.1710913215.60fe1ba54718.639.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d74faaef6029d15d6869bbeb4f19712ff83863e20793c1af7d65e5edb257bf9
3
+ size 11394
runs/Mar20_05-48-05_60fe1ba54718/events.out.tfevents.1710913697.60fe1ba54718.639.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402f948a64212dcb7ac6c599e8b40aee320865c2a1ccff8468f211fc9dc0975d
3
+ size 6403
runs/Mar20_06-01-44_60fe1ba54718/events.out.tfevents.1710914526.60fe1ba54718.23908.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d03e2ed487ea36ea144520755da17c97c42bc4574c275113dac3a30cdfe36f
3
+ size 6403
runs/Mar20_06-01-44_60fe1ba54718/events.out.tfevents.1710914579.60fe1ba54718.23908.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf5045611bc2128aba286002602891ab9f29425e1d5287e27eb08f6bfcfa95d1
3
+ size 8591
runs/Mar20_06-43-13_60fe1ba54718/events.out.tfevents.1710917003.60fe1ba54718.23908.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2873eb3f263af34e856f0f2dfa228c8c3a4ab80ec121194d4b83baf80a001a8
3
+ size 11622
runs/Mar20_06-46-08_60fe1ba54718/events.out.tfevents.1710917174.60fe1ba54718.23908.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be62aa0605b90f125d6c131a3cc6236c11f02b144296b32f922d0192f813488
3
+ size 30343
runs/Mar20_06-54-18_60fe1ba54718/events.out.tfevents.1710917664.60fe1ba54718.23908.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1d5ce191bf7c9457f6d6ed07cbdf5354b14b9fb56e3d65952c4eccdecb10c26
3
+ size 28608
runs/Mar20_07-04-17_60fe1ba54718/events.out.tfevents.1710918264.60fe1ba54718.23908.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3099a68891133029d9ecea820cd2a278aaf8d37c77182b2590141dec2a81e6
3
+ size 5463
runs/Mar20_07-06-57_60fe1ba54718/events.out.tfevents.1710918425.60fe1ba54718.23908.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1f814af41643e45d3e5a32f4f58ea7f3f4c70f985b5da3189fb51e0a434e966
3
+ size 11509
runs/Mar20_07-09-52_60fe1ba54718/events.out.tfevents.1710918595.60fe1ba54718.23908.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0369b1c37a706528c772b4855584b77bf1d4aa5c10fbec2cbcf57f7c17fcb5fc
3
+ size 11501
runs/Mar20_07-21-20_60fe1ba54718/events.out.tfevents.1710919284.60fe1ba54718.23908.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e646d9ad9fd00b44a0cf615827ac926ce048ba5b2256bc4c261069f4409a296
3
+ size 11513
runs/Mar20_07-23-06_60fe1ba54718/events.out.tfevents.1710919436.60fe1ba54718.23908.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6bf56917b1c0919ad1a0a35142ef7b00485d0e0786e5914c0b103e73e525347
3
+ size 9505
runs/Mar20_07-35-11_60fe1ba54718/events.out.tfevents.1710920120.60fe1ba54718.23908.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d04931d75e4d19f53a5718ef9d721d6b8ba80632b1666682e79a298364c4764a
3
+ size 84714
runs/Mar20_07-41-46_60fe1ba54718/events.out.tfevents.1710920512.60fe1ba54718.23908.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67c23f7f4d8a066f0e3ecfd519f54d29631ed98849df0a198c5a5cbd2a098caf
3
+ size 6499
runs/Mar20_07-42-04_60fe1ba54718/events.out.tfevents.1710920530.60fe1ba54718.23908.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa1f7eefe30db3cd3e292e37a17031a4f878a8e1def367820ebf8b5da1bdb68b
3
+ size 579761
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cebd92f95a5c866bd2bf4ecfd43627ee05b13075e2d8aef3b588a3d28d5aac3
3
+ size 5112