Training in progress, epoch 1
Browse files- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Nov24_01-01-10_WIN-CEJF2NB9KFH/events.out.tfevents.1732381272.WIN-CEJF2NB9KFH.18048.0 +3 -0
- runs/Nov24_01-01-56_WIN-CEJF2NB9KFH/events.out.tfevents.1732381318.WIN-CEJF2NB9KFH.37056.0 +3 -0
- runs/Nov24_01-03-38_WIN-CEJF2NB9KFH/events.out.tfevents.1732381420.WIN-CEJF2NB9KFH.4396.0 +3 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-base",
|
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": 32,
|
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": 16,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"k_proj",
|
27 |
+
"out_proj",
|
28 |
+
"v_proj",
|
29 |
+
"q_proj"
|
30 |
+
],
|
31 |
+
"task_type": null,
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d02fb0478befae028c465fbe1828b5a5d09b2cd9d4fb44f4ce04b8c83dbe0f66
|
3 |
+
size 4738792
|
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/Nov24_01-01-10_WIN-CEJF2NB9KFH/events.out.tfevents.1732381272.WIN-CEJF2NB9KFH.18048.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5698e6ae5e73ad2d26ea5d07cdae4c44ebde1393bf6df9ff9c1e63406c0c1b67
|
3 |
+
size 5859
|
runs/Nov24_01-01-56_WIN-CEJF2NB9KFH/events.out.tfevents.1732381318.WIN-CEJF2NB9KFH.37056.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d57818b50fbadd9af892b66e3177995dd05bb4e45b514b770c424021588664e
|
3 |
+
size 5859
|
runs/Nov24_01-03-38_WIN-CEJF2NB9KFH/events.out.tfevents.1732381420.WIN-CEJF2NB9KFH.4396.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd7d59bcb64d3e6fd770d4ebee20f00e74d43a0b79dea667f71acc8ab7063729
|
3 |
+
size 10847
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb5160b1519a2502f28b1339ed0d00975aa7f591f9df4e82b105a2f078f08172
|
3 |
+
size 4923
|