lsuarezgo96
commited on
End of training
Browse files- README.md +67 -0
- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Aug21_13-43-06_ip-172-31-47-56/events.out.tfevents.1724247870.ip-172-31-47-56.1705.0 +3 -0
- runs/Aug21_13-55-28_ip-172-31-47-56/events.out.tfevents.1724248539.ip-172-31-47-56.2322.0 +3 -0
- runs/Aug21_13-59-54_ip-172-31-47-56/events.out.tfevents.1724248807.ip-172-31-47-56.12938.0 +3 -0
- runs/Aug21_14-14-45_ip-172-31-47-56/events.out.tfevents.1724249695.ip-172-31-47-56.13032.0 +3 -0
- runs/Aug21_14-28-38_ip-172-31-47-56/events.out.tfevents.1724250526.ip-172-31-47-56.13032.1 +3 -0
- runs/Aug21_14-29-28_ip-172-31-47-56/events.out.tfevents.1724250576.ip-172-31-47-56.13032.2 +3 -0
- runs/Aug21_14-30-28_ip-172-31-47-56/events.out.tfevents.1724250635.ip-172-31-47-56.13032.3 +3 -0
- runs/Aug21_14-32-02_ip-172-31-47-56/events.out.tfevents.1724250729.ip-172-31-47-56.13032.4 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: openai/whisper-small
|
3 |
+
datasets:
|
4 |
+
- khaledalganem/sada2022
|
5 |
+
language:
|
6 |
+
- ar
|
7 |
+
library_name: peft
|
8 |
+
license: apache-2.0
|
9 |
+
tags:
|
10 |
+
- generated_from_trainer
|
11 |
+
model-index:
|
12 |
+
- name: Whisper Small Ar-luis.s
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# Whisper Small Ar-luis.s
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the SADA 2022 dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 3.2355
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 0.001
|
43 |
+
- train_batch_size: 8
|
44 |
+
- eval_batch_size: 8
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 50
|
49 |
+
- num_epochs: 3
|
50 |
+
- mixed_precision_training: Native AMP
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
56 |
+
| 3.2693 | 1.0 | 125 | 3.3144 |
|
57 |
+
| 3.1065 | 2.0 | 250 | 3.2476 |
|
58 |
+
| 2.9079 | 3.0 | 375 | 3.2355 |
|
59 |
+
|
60 |
+
|
61 |
+
### Framework versions
|
62 |
+
|
63 |
+
- PEFT 0.12.1.dev0
|
64 |
+
- Transformers 4.45.0.dev0
|
65 |
+
- Pytorch 2.4.0+cu121
|
66 |
+
- Datasets 2.19.2
|
67 |
+
- Tokenizers 0.19.1
|
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": "openai/whisper-small",
|
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": 8,
|
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:c4c43835dc33f1565c9c8a816fcf71049583ff553aa19cb231fcd1802675b1f5
|
3 |
+
size 3558936
|
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/Aug21_13-43-06_ip-172-31-47-56/events.out.tfevents.1724247870.ip-172-31-47-56.1705.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ef516cdc8229601f119ddb0398a8c859fa082c4034b07a52c5bb2939e2f5561
|
3 |
+
size 6234
|
runs/Aug21_13-55-28_ip-172-31-47-56/events.out.tfevents.1724248539.ip-172-31-47-56.2322.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7539a29e233fe68b92a01021946331e915947b4e47b5f5353970e1a9ccebd9f2
|
3 |
+
size 6234
|
runs/Aug21_13-59-54_ip-172-31-47-56/events.out.tfevents.1724248807.ip-172-31-47-56.12938.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19549f8807e203f55a1374cee3ad32af1e88456a8940f6080833a1afc63633ad
|
3 |
+
size 6234
|
runs/Aug21_14-14-45_ip-172-31-47-56/events.out.tfevents.1724249695.ip-172-31-47-56.13032.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d929395bd7d4ada3519eaf4db5b7bcfb96c8980f3d70111d5f1b3ac006ace06d
|
3 |
+
size 6235
|
runs/Aug21_14-28-38_ip-172-31-47-56/events.out.tfevents.1724250526.ip-172-31-47-56.13032.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57a1a9f5255e0888631dcce4ee5cf84a76c0fb3ed12c26fc9cd46c30671b9998
|
3 |
+
size 6235
|
runs/Aug21_14-29-28_ip-172-31-47-56/events.out.tfevents.1724250576.ip-172-31-47-56.13032.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:333d666998cd8b58f1a8552d631c61fbd744be5276df5d959b490b75be995166
|
3 |
+
size 6235
|
runs/Aug21_14-30-28_ip-172-31-47-56/events.out.tfevents.1724250635.ip-172-31-47-56.13032.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92d4b5fd8d97614d8794ecb3dc38e08361d610a742d41dfc346c445de2559b9a
|
3 |
+
size 6235
|
runs/Aug21_14-32-02_ip-172-31-47-56/events.out.tfevents.1724250729.ip-172-31-47-56.13032.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2754d296ad764579049ece1a6f908533f93b22aabce1d293d2ad4563717237ab
|
3 |
+
size 10544
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:025877dba2454954332a9dc63a610509fb5641eb6e68f8ea1ab85b69c99be985
|
3 |
+
size 5368
|