akera commited on
Commit
3ec3453
1 Parent(s): c99bce6

Training in progress, step 200

Browse files
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-v3",
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
- "v_proj",
27
- "q_proj"
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:a78be39c1e0f7d9ffb46d70fef721a0be7db08e6f94a25caedc89359b59055ab
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": 128,
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:30858f698e65461ebd857a5dc5e44dc83d60a057ddcb647890e6ee837bc2cd79
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04864d95a3d644f3672cc3d1c3cb86fd8204cd7cc9bba028848ee8a33af0f2cc
3
  size 5432