Training in progress, step 500
Browse files
adapter_config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-small",
|
8 |
+
"beta1": 0.85,
|
9 |
+
"beta2": 0.85,
|
10 |
+
"bias": "none",
|
11 |
+
"deltaT": 10,
|
12 |
+
"fan_in_fan_out": false,
|
13 |
+
"inference_mode": true,
|
14 |
+
"init_lora_weights": true,
|
15 |
+
"init_r": 12,
|
16 |
+
"layer_replication": null,
|
17 |
+
"layers_pattern": null,
|
18 |
+
"layers_to_transform": null,
|
19 |
+
"loftq_config": {},
|
20 |
+
"lora_alpha": 32,
|
21 |
+
"lora_dropout": 0.1,
|
22 |
+
"megatron_config": null,
|
23 |
+
"megatron_core": "megatron.core",
|
24 |
+
"modules_to_save": null,
|
25 |
+
"orth_reg_weight": 0.5,
|
26 |
+
"peft_type": "ADALORA",
|
27 |
+
"r": 8,
|
28 |
+
"rank_pattern": null,
|
29 |
+
"revision": null,
|
30 |
+
"target_modules": [
|
31 |
+
"v_proj",
|
32 |
+
"fc1",
|
33 |
+
"out_proj",
|
34 |
+
"k_proj",
|
35 |
+
"q_proj",
|
36 |
+
"fc2"
|
37 |
+
],
|
38 |
+
"target_r": 4,
|
39 |
+
"task_type": null,
|
40 |
+
"tfinal": 1000,
|
41 |
+
"tinit": 200,
|
42 |
+
"total_step": null,
|
43 |
+
"use_dora": false,
|
44 |
+
"use_rslora": false
|
45 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fae9d1e75d844f71761708df7269afaa235337ba77075dced447f84d62dcdb8e
|
3 |
+
size 19548472
|
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/May16_13-08-02_5ad6e774591a/events.out.tfevents.1715864883.5ad6e774591a.27.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea37ee94f07b0f8ddb3659c4551b10512a97133f1e43c1d3781fc4674a2f73d7
|
3 |
+
size 9770
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c276c3f71e0011e041829220c3d9dc85a48ea5cec793f1158763f6708d75afd7
|
3 |
+
size 5176
|