End of training
Browse files- README.md +60 -0
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Dec18_18-36-31_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734518722.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.54003.0 +3 -0
- runs/Dec18_19-11-22_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734520284.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.56371.0 +3 -0
- runs/Dec18_20-16-04_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734524166.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.57711.0 +3 -0
- runs/Dec18_20-42-55_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734525788.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.58243.0 +3 -0
- runs/Dec18_20-48-58_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734526186.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.59164.0 +3 -0
- runs/Dec18_20-48-58_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734526544.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.59164.1 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: apache-2.0
|
6 |
+
base_model: openai/whisper-tiny
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- mozilla-foundation/common_voice_17_0
|
11 |
+
model-index:
|
12 |
+
- name: Whisper Tiny (English) - Jarrett Er
|
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 Tiny (English) - Jarrett Er
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 17.0 dataset.
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 1e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 500
|
47 |
+
- training_steps: 500
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
|
53 |
+
|
54 |
+
### Framework versions
|
55 |
+
|
56 |
+
- PEFT 0.14.0
|
57 |
+
- Transformers 4.48.0.dev0
|
58 |
+
- Pytorch 2.5.1+cu124
|
59 |
+
- Datasets 3.2.1.dev0
|
60 |
+
- Tokenizers 0.21.0
|
adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"eva_config": null,
|
10 |
+
"exclude_modules": null,
|
11 |
+
"fan_in_fan_out": false,
|
12 |
+
"inference_mode": true,
|
13 |
+
"init_lora_weights": true,
|
14 |
+
"layer_replication": null,
|
15 |
+
"layers_pattern": null,
|
16 |
+
"layers_to_transform": null,
|
17 |
+
"loftq_config": {},
|
18 |
+
"lora_alpha": 64,
|
19 |
+
"lora_bias": false,
|
20 |
+
"lora_dropout": 0.1,
|
21 |
+
"megatron_config": null,
|
22 |
+
"megatron_core": "megatron.core",
|
23 |
+
"modules_to_save": null,
|
24 |
+
"peft_type": "LORA",
|
25 |
+
"r": 8,
|
26 |
+
"rank_pattern": {},
|
27 |
+
"revision": null,
|
28 |
+
"target_modules": [
|
29 |
+
"fc2",
|
30 |
+
"out_proj",
|
31 |
+
"v_proj",
|
32 |
+
"q_proj",
|
33 |
+
"fc1",
|
34 |
+
"k_proj"
|
35 |
+
],
|
36 |
+
"task_type": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a320afce3e03ed0ecde5d2d58cc3a190cdb4250e9358d14c5a74534a4db8374
|
3 |
+
size 2179992
|
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/Dec18_18-36-31_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734518722.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.54003.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:406439df8356a9fb1a92f5eff578bac4b71f72de73abeef0dda720dc8bf3680d
|
3 |
+
size 4184
|
runs/Dec18_19-11-22_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734520284.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.56371.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64045198f836aedd996be9f8d3ea636a4eadef616d90edfbd330fe5c7350b97e
|
3 |
+
size 8954
|
runs/Dec18_20-16-04_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734524166.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.57711.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05269074f21d8a4beea4b935aff9ab73e9de0d7df9356b11c9201e9e71eea0f1
|
3 |
+
size 6864
|
runs/Dec18_20-42-55_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734525788.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.58243.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f64c31b4da3a8d7803c19932597b0e0aff1a7c8473ed4025a726e08397f35d4e
|
3 |
+
size 13640
|
runs/Dec18_20-48-58_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734526186.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.59164.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b07421eb33fc7e7f18ef46024dbd80c88b75bab3c9d545e12db82469955a702
|
3 |
+
size 6861
|
runs/Dec18_20-48-58_jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI/events.out.tfevents.1734526544.jarrett-ROG-Zephyrus-M16-GU604VI-GU604VI.59164.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b26e564f0c953cb75c930ea00f1fc5a00652e29c87d1a439e8b115b20b41b05
|
3 |
+
size 11415
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed4c4fba5f6077e25d8e9396144168d57fd8cfe8e2a812cb805b28583d8632a5
|
3 |
+
size 5496
|