nrshoudi commited on
Commit
6088742
1 Parent(s): cdd619b

End of training

Browse files
Files changed (4) hide show
  1. README.md +60 -0
  2. adapter_config.json +26 -0
  3. adapter_model.bin +3 -0
  4. training_args.bin +2 -2
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-large-v2
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: Whisper-small-Arabic-phoneme
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # Whisper-small-Arabic-phoneme
15
+
16
+ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1381
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ 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: 0.001
38
+ - train_batch_size: 8
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: 50
44
+ - num_epochs: 3
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 3.5284 | 1.0 | 228 | 3.2308 |
51
+ | 0.1412 | 2.0 | 456 | 0.1778 |
52
+ | 0.0842 | 3.0 | 684 | 0.1381 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.34.0
58
+ - Pytorch 2.0.1+cu118
59
+ - Datasets 2.14.5
60
+ - Tokenizers 0.14.1
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "openai/whisper-large-v2",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "lora_alpha": 64,
15
+ "lora_dropout": 0.05,
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 32,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": null
26
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3564b1931782a7a38eca2b4b9432688f6870d51f67516c7c19dfe95ce88da092
3
+ size 63056269
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed10d809e58692a277bfdda527b60940c65031b5de8965b5a91ae075b510b496
3
- size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17d3c2bd9c82e8f7279738c79a6df86ce89cd3de75154d7cfe0dc47707e1d9ff
3
+ size 4283