Training in progress, step 200
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- preprocessor_config.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"base_model_class": "WhisperForConditionalGeneration",
|
5 |
"parent_library": "transformers.models.whisper.modeling_whisper"
|
6 |
},
|
7 |
-
"base_model_name_or_path": "openai/whisper-large-
|
8 |
"bias": "none",
|
9 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": null,
|
30 |
"use_dora": false,
|
|
|
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 |
"fan_in_fan_out": false,
|
10 |
"inference_mode": true,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"q_proj",
|
27 |
+
"v_proj"
|
28 |
],
|
29 |
"task_type": null,
|
30 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 62969640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a714eb07c1ff2a9b503d055a979c6406e949d1143e0fb59021f017942831d712
|
3 |
size 62969640
|
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"chunk_length": 30,
|
3 |
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
-
"feature_size":
|
5 |
"hop_length": 160,
|
6 |
"n_fft": 400,
|
7 |
"n_samples": 480000,
|
|
|
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,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04864d95a3d644f3672cc3d1c3cb86fd8204cd7cc9bba028848ee8a33af0f2cc
|
3 |
size 5432
|