llillillil
commited on
Commit
•
4a04a5b
1
Parent(s):
278c062
Training in progress, epoch 3
Browse files- adapter_config.json +32 -0
- adapter_model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Nov14_00-50-08_WIN-CEJF2NB9KFH/events.out.tfevents.1731516610.WIN-CEJF2NB9KFH.85320.0 +3 -0
- runs/Nov14_09-54-26_WIN-CEJF2NB9KFH/events.out.tfevents.1731549267.WIN-CEJF2NB9KFH.83988.0 +3 -0
- runs/Nov14_09-58-28_WIN-CEJF2NB9KFH/events.out.tfevents.1731549510.WIN-CEJF2NB9KFH.90056.0 +3 -0
- runs/Nov14_10-02-44_WIN-CEJF2NB9KFH/events.out.tfevents.1731549765.WIN-CEJF2NB9KFH.54120.0 +3 -0
- runs/Nov14_10-03-21_WIN-CEJF2NB9KFH/events.out.tfevents.1731549803.WIN-CEJF2NB9KFH.96768.0 +3 -0
- runs/Nov14_10-14-24_WIN-CEJF2NB9KFH/events.out.tfevents.1731550465.WIN-CEJF2NB9KFH.86316.0 +3 -0
- runs/Nov14_10-19-02_WIN-CEJF2NB9KFH/events.out.tfevents.1731550744.WIN-CEJF2NB9KFH.63948.0 +3 -0
- runs/Nov14_15-19-02_WIN-CEJF2NB9KFH/events.out.tfevents.1731568750.WIN-CEJF2NB9KFH.98908.0 +3 -0
- runs/Nov14_15-51-06_WIN-CEJF2NB9KFH/events.out.tfevents.1731570675.WIN-CEJF2NB9KFH.81872.0 +3 -0
- runs/Nov14_16-20-53_WIN-CEJF2NB9KFH/events.out.tfevents.1731572455.WIN-CEJF2NB9KFH.91220.0 +3 -0
- runs/Nov14_16-22-42_WIN-CEJF2NB9KFH/events.out.tfevents.1731572564.WIN-CEJF2NB9KFH.80580.0 +3 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-medium",
|
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": 16,
|
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": 4,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"q_proj",
|
27 |
+
"v_proj"
|
28 |
+
],
|
29 |
+
"task_type": null,
|
30 |
+
"use_dora": false,
|
31 |
+
"use_rslora": false
|
32 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8b5c6938eeabe390c920cd862a808788a8cd57d15d38353d1829b3b34441a3a
|
3 |
+
size 4758984
|
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/Nov14_00-50-08_WIN-CEJF2NB9KFH/events.out.tfevents.1731516610.WIN-CEJF2NB9KFH.85320.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebb8e7b30192b8ebe304fce92b223c753cba94c5259cce19863a3c3acceeb500
|
3 |
+
size 9741
|
runs/Nov14_09-54-26_WIN-CEJF2NB9KFH/events.out.tfevents.1731549267.WIN-CEJF2NB9KFH.83988.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23e9511f9756e6594bbe7d3e724e2e466894a84cd0f46e68f23786572aa8289d
|
3 |
+
size 5541
|
runs/Nov14_09-58-28_WIN-CEJF2NB9KFH/events.out.tfevents.1731549510.WIN-CEJF2NB9KFH.90056.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0959788a776f94b9fbe9d4c5caa8e4a783b68e65d78163f1a3814b3beb76c64d
|
3 |
+
size 5541
|
runs/Nov14_10-02-44_WIN-CEJF2NB9KFH/events.out.tfevents.1731549765.WIN-CEJF2NB9KFH.54120.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:059d8a8ae33c33e4664d3413eff1b53885f6193ce8d6850dfd9cc466690d8413
|
3 |
+
size 5541
|
runs/Nov14_10-03-21_WIN-CEJF2NB9KFH/events.out.tfevents.1731549803.WIN-CEJF2NB9KFH.96768.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a685664c22b0b3dc8c0b7e9ff1a8555453fbc500041b7d358bed39cfe6e84d10
|
3 |
+
size 5541
|
runs/Nov14_10-14-24_WIN-CEJF2NB9KFH/events.out.tfevents.1731550465.WIN-CEJF2NB9KFH.86316.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54c2a21aa9edde58896e92ea084f6abee44dcac16ceee9f2567c1a81ca5d9e65
|
3 |
+
size 5541
|
runs/Nov14_10-19-02_WIN-CEJF2NB9KFH/events.out.tfevents.1731550744.WIN-CEJF2NB9KFH.63948.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4c079ce3e6e7e19f81e215abe592f6b1a451d972c8072a23e2eafe368dc921c
|
3 |
+
size 5541
|
runs/Nov14_15-19-02_WIN-CEJF2NB9KFH/events.out.tfevents.1731568750.WIN-CEJF2NB9KFH.98908.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c43b4bd8d2a1620fe1a1f300938b12e351b22bee1c95603565caf78884eedffb
|
3 |
+
size 5541
|
runs/Nov14_15-51-06_WIN-CEJF2NB9KFH/events.out.tfevents.1731570675.WIN-CEJF2NB9KFH.81872.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6c4245e1f4ed39c9361496fd8168be5f2d44e6b64d66abba76e513c6db1c956
|
3 |
+
size 5541
|
runs/Nov14_16-20-53_WIN-CEJF2NB9KFH/events.out.tfevents.1731572455.WIN-CEJF2NB9KFH.91220.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f2a8f0550de3b2f94d628edea9084d7dfaa2e9e62618652802bc8713dd4e7d6
|
3 |
+
size 5915
|
runs/Nov14_16-22-42_WIN-CEJF2NB9KFH/events.out.tfevents.1731572564.WIN-CEJF2NB9KFH.80580.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6af4b690246621da9bce4e9b8f10a12bdecd40934244ceb32c697d2286ba3cb4
|
3 |
+
size 20986
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdf1a7d3705a54f64c743f90ac0a3046ecce2997b07cde1eeee92d9de7329eb0
|
3 |
+
size 4987
|