huemerdavid
commited on
Commit
•
91c6415
1
Parent(s):
ebc9f3a
End of training
Browse files- README.md +80 -0
- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Jul25_11-29-02_b215e89e2350/events.out.tfevents.1721906965.b215e89e2350.818.11 +3 -0
- runs/Jul25_11-30-56_b215e89e2350/events.out.tfevents.1721907058.b215e89e2350.818.12 +3 -0
- runs/Jul25_11-35-03_b215e89e2350/events.out.tfevents.1721907303.b215e89e2350.818.13 +3 -0
- runs/Jul25_11-42-06_b215e89e2350/events.out.tfevents.1721907759.b215e89e2350.40919.0 +3 -0
- runs/Jul25_11-46-03_b215e89e2350/events.out.tfevents.1721907970.b215e89e2350.40919.1 +3 -0
- runs/Jul25_11-49-02_b215e89e2350/events.out.tfevents.1721908157.b215e89e2350.40919.2 +3 -0
- runs/Jul25_11-49-31_b215e89e2350/events.out.tfevents.1721908178.b215e89e2350.40919.3 +3 -0
- runs/Jul25_11-50-40_b215e89e2350/events.out.tfevents.1721908248.b215e89e2350.40919.4 +3 -0
- runs/Jul25_11-54-03_b215e89e2350/events.out.tfevents.1721908451.b215e89e2350.40919.5 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: openai/whisper-tiny
|
3 |
+
datasets:
|
4 |
+
- mozilla-foundation/common_voice_11_0
|
5 |
+
language:
|
6 |
+
- hi
|
7 |
+
library_name: peft
|
8 |
+
license: apache-2.0
|
9 |
+
metrics:
|
10 |
+
- wer
|
11 |
+
tags:
|
12 |
+
- generated_from_trainer
|
13 |
+
model-index:
|
14 |
+
- name: Whisper Small Hi - Sanchit Gandhi
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: automatic-speech-recognition
|
18 |
+
name: Automatic Speech Recognition
|
19 |
+
dataset:
|
20 |
+
name: Common Voice 11.0
|
21 |
+
type: mozilla-foundation/common_voice_11_0
|
22 |
+
args: 'config: hi, split: test'
|
23 |
+
metrics:
|
24 |
+
- type: wer
|
25 |
+
value: 0.0
|
26 |
+
name: Wer
|
27 |
+
---
|
28 |
+
|
29 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
+
should probably proofread and complete it, then remove this comment. -->
|
31 |
+
|
32 |
+
# Whisper Small Hi - Sanchit Gandhi
|
33 |
+
|
34 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 1.3128
|
37 |
+
- Wer: 0.0
|
38 |
+
|
39 |
+
## Model description
|
40 |
+
|
41 |
+
More information needed
|
42 |
+
|
43 |
+
## Intended uses & limitations
|
44 |
+
|
45 |
+
More information needed
|
46 |
+
|
47 |
+
## Training and evaluation data
|
48 |
+
|
49 |
+
More information needed
|
50 |
+
|
51 |
+
## Training procedure
|
52 |
+
|
53 |
+
### Training hyperparameters
|
54 |
+
|
55 |
+
The following hyperparameters were used during training:
|
56 |
+
- learning_rate: 0.001
|
57 |
+
- train_batch_size: 3
|
58 |
+
- eval_batch_size: 1
|
59 |
+
- seed: 42
|
60 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
+
- lr_scheduler_type: linear
|
62 |
+
- num_epochs: 3
|
63 |
+
- mixed_precision_training: Native AMP
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
69 |
+
| 2.9571 | 1.0 | 2 | 1.9745 | 0.0 |
|
70 |
+
| 1.7382 | 2.0 | 4 | 1.5435 | 0.0 |
|
71 |
+
| 1.4451 | 3.0 | 6 | 1.3128 | 0.0 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- PEFT 0.12.0
|
77 |
+
- Transformers 4.44.0.dev0
|
78 |
+
- Pytorch 2.3.1+cu121
|
79 |
+
- Datasets 2.20.0
|
80 |
+
- 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-tiny",
|
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:407b2ede2214f1bb02a5da1a4ef96d74be307e0d8e5aa11807e84517ab3ede24
|
3 |
+
size 2366008
|
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/Jul25_11-29-02_b215e89e2350/events.out.tfevents.1721906965.b215e89e2350.818.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aebb96fb6e657896d76488a8d50b9746e8a8606541757917b6c8ea7e8f6caac5
|
3 |
+
size 5704
|
runs/Jul25_11-30-56_b215e89e2350/events.out.tfevents.1721907058.b215e89e2350.818.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc047638e147ffd84256dda2290030b4e05ebab40146b795352c9cbedb73d29f
|
3 |
+
size 5704
|
runs/Jul25_11-35-03_b215e89e2350/events.out.tfevents.1721907303.b215e89e2350.818.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2b8dc1e738fd3473c5c0e81ff2d664d4360c689f6ab5ec8778999ebecbaac3b
|
3 |
+
size 4184
|
runs/Jul25_11-42-06_b215e89e2350/events.out.tfevents.1721907759.b215e89e2350.40919.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c48f7aee28c0185aa4b600319d2302a7d3590576ffb37291a64d41ec8812f1d
|
3 |
+
size 5709
|
runs/Jul25_11-46-03_b215e89e2350/events.out.tfevents.1721907970.b215e89e2350.40919.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:022dbb6586b5860835fa083be6eb78fba412d852e9382d9cbfacafb316987ab8
|
3 |
+
size 5709
|
runs/Jul25_11-49-02_b215e89e2350/events.out.tfevents.1721908157.b215e89e2350.40919.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:119778c8ddfb184b080de6d5d8715a9614ec0f3bbe787c2c6e3b47b6915b87fa
|
3 |
+
size 5708
|
runs/Jul25_11-49-31_b215e89e2350/events.out.tfevents.1721908178.b215e89e2350.40919.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2aa07e0f4caa3f0c30f4f87856e3c2f332cdafed699cab5ae9811d906664b4a
|
3 |
+
size 6121
|
runs/Jul25_11-50-40_b215e89e2350/events.out.tfevents.1721908248.b215e89e2350.40919.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7162d54f11e186608c521df3db2bce38e528f8a43188ebe3d8b057f7c22ec969
|
3 |
+
size 7158
|
runs/Jul25_11-54-03_b215e89e2350/events.out.tfevents.1721908451.b215e89e2350.40919.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6328aad3a08d5a84e5a5182769c0bc1919599d292a1edd9f3a64a65c078e541
|
3 |
+
size 8232
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6dcf389ab9a9e5f3bf5097699cbc9670e0d6fbfe18b388957c490d6a679e31d
|
3 |
+
size 5304
|