Training in progress, step 32
Browse files- adapter_config.json +33 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Oct03_23-14-54_07c211959928/events.out.tfevents.1727997470.07c211959928.2390.0 +3 -0
- runs/Oct04_00-41-33_07c211959928/events.out.tfevents.1728002651.07c211959928.2390.1 +3 -0
- runs/Oct04_00-46-45_07c211959928/events.out.tfevents.1728002883.07c211959928.2390.2 +3 -0
- runs/Oct04_00-56-02_07c211959928/events.out.tfevents.1728003372.07c211959928.2390.3 +3 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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-v2",
|
| 8 |
+
"bias": "none",
|
| 9 |
+
"exclude_modules": null,
|
| 10 |
+
"fan_in_fan_out": false,
|
| 11 |
+
"inference_mode": true,
|
| 12 |
+
"init_lora_weights": true,
|
| 13 |
+
"layer_replication": null,
|
| 14 |
+
"layers_pattern": null,
|
| 15 |
+
"layers_to_transform": null,
|
| 16 |
+
"loftq_config": {},
|
| 17 |
+
"lora_alpha": 64,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"r": 32,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"revision": null,
|
| 26 |
+
"target_modules": [
|
| 27 |
+
"v_proj",
|
| 28 |
+
"q_proj"
|
| 29 |
+
],
|
| 30 |
+
"task_type": null,
|
| 31 |
+
"use_dora": false,
|
| 32 |
+
"use_rslora": false
|
| 33 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90084f74441a1ee566a47ea9332a8e518ccfd014d41bae31cf3e687cfa2d4cd
|
| 3 |
+
size 62969640
|
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/Oct03_23-14-54_07c211959928/events.out.tfevents.1727997470.07c211959928.2390.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b20a8ff3eac5e03ad51e045e19479e071a1d18d3d526e77259f69756936db5f6
|
| 3 |
+
size 7876
|
runs/Oct04_00-41-33_07c211959928/events.out.tfevents.1728002651.07c211959928.2390.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba382b4e0957c52e838455a0f8386551e3a0d05a20306fe7e53ca5395825b6e6
|
| 3 |
+
size 7248
|
runs/Oct04_00-46-45_07c211959928/events.out.tfevents.1728002883.07c211959928.2390.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f1d9524da723017532a5ffdd6caa212ac0d4a0696d7eb96b9a30ab52821f186
|
| 3 |
+
size 7247
|
runs/Oct04_00-56-02_07c211959928/events.out.tfevents.1728003372.07c211959928.2390.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38d71a5e498c09065883b591ee5cf61431e9ddee0c83099f2d831cd4b111b62a
|
| 3 |
+
size 7249
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eabe5ba88c610c2bc8598d081529bf20bb369a163139167f01c78da3d7af7a63
|
| 3 |
+
size 5432
|