Training in progress, step 10
Browse files- adapter_config.json +34 -34
- adapter_model.safetensors +1 -1
- preprocessor_config.json +14 -14
- runs/Mar12_09-56-57_MSI/events.out.tfevents.1741769818.MSI.11212.0 +3 -0
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -1,35 +1,35 @@
|
|
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-v3",
|
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": 16,
|
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 |
-
"q_proj",
|
30 |
-
"v_proj"
|
31 |
-
],
|
32 |
-
"task_type": null,
|
33 |
-
"use_dora": false,
|
34 |
-
"use_rslora": false
|
35 |
}
|
|
|
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-v3",
|
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": 16,
|
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 |
+
"q_proj",
|
30 |
+
"v_proj"
|
31 |
+
],
|
32 |
+
"task_type": null,
|
33 |
+
"use_dora": false,
|
34 |
+
"use_rslora": false
|
35 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 15782928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29de72c292c2a0e112df1f7caeb4af770aef54f8168ddcaf632b7d0bab3452c4
|
3 |
size 15782928
|
preprocessor_config.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
{
|
2 |
-
"chunk_length": 30,
|
3 |
-
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
-
"feature_size": 128,
|
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 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"chunk_length": 30,
|
3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
+
"feature_size": 128,
|
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/Mar12_09-56-57_MSI/events.out.tfevents.1741769818.MSI.11212.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a29120f21571b5c7676ec147769484debebd0b64a77e0dd70f5ba5a30f29815a
|
3 |
+
size 6318
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d7b8c6794ed585e52a840fc83722c44c3bd6c30c1164b6b02ebb0d7a84cd70b
|
3 |
+
size 5560
|