Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
|
@@ -6,7 +6,6 @@
|
|
| 6 |
},
|
| 7 |
"base_model_name_or_path": "openai/whisper-small",
|
| 8 |
"bias": "none",
|
| 9 |
-
"corda_config": null,
|
| 10 |
"eva_config": null,
|
| 11 |
"exclude_modules": null,
|
| 12 |
"fan_in_fan_out": false,
|
|
@@ -23,7 +22,7 @@
|
|
| 23 |
"megatron_core": "megatron.core",
|
| 24 |
"modules_to_save": null,
|
| 25 |
"peft_type": "LORA",
|
| 26 |
-
"r":
|
| 27 |
"rank_pattern": {},
|
| 28 |
"revision": null,
|
| 29 |
"target_modules": [
|
|
@@ -31,7 +30,6 @@
|
|
| 31 |
"v_proj"
|
| 32 |
],
|
| 33 |
"task_type": null,
|
| 34 |
-
"trainable_token_indices": null,
|
| 35 |
"use_dora": false,
|
| 36 |
"use_rslora": false
|
| 37 |
}
|
|
|
|
| 6 |
},
|
| 7 |
"base_model_name_or_path": "openai/whisper-small",
|
| 8 |
"bias": "none",
|
|
|
|
| 9 |
"eva_config": null,
|
| 10 |
"exclude_modules": null,
|
| 11 |
"fan_in_fan_out": false,
|
|
|
|
| 22 |
"megatron_core": "megatron.core",
|
| 23 |
"modules_to_save": null,
|
| 24 |
"peft_type": "LORA",
|
| 25 |
+
"r": 4,
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
|
|
|
| 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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9aa63dd7c73b3586b5213ea738a6ae4352526232203837cd397a0ccabdb2a6ae
|
| 3 |
+
size 1789368
|
preprocessor_config.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"chunk_length": 30,
|
| 3 |
-
"dither": 0.0,
|
| 4 |
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 5 |
"feature_size": 80,
|
| 6 |
"hop_length": 160,
|
|
|
|
| 1 |
{
|
| 2 |
"chunk_length": 30,
|
|
|
|
| 3 |
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 4 |
"feature_size": 80,
|
| 5 |
"hop_length": 160,
|
runs/Mar19_14-12-15_91aa83b79609/events.out.tfevents.1742393543.91aa83b79609.312.0
ADDED
|
Binary file (73.4 kB). View file
|
|
|
training_args.bin
CHANGED
|
Binary files a/training_args.bin and b/training_args.bin differ
|
|
|