mohammadsp99 commited on
Commit
f2af43f
·
1 Parent(s): 4417318

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
adapter_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": {
3
+ "base_model_class": "WhisperForConditionalGeneration",
4
+ "parent_library": "transformers.models.whisper.modeling_whisper"
5
+ },
6
+ "base_model_name_or_path": "mohammadsp99/whisper-small",
7
+ "bias": "none",
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layers_pattern": null,
12
+ "layers_to_transform": null,
13
+ "lora_alpha": 64,
14
+ "lora_dropout": 0.05,
15
+ "modules_to_save": null,
16
+ "peft_type": "LORA",
17
+ "r": 32,
18
+ "revision": null,
19
+ "target_modules": [
20
+ "q_proj",
21
+ "v_proj"
22
+ ],
23
+ "task_type": null
24
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32166623c31a88e444400a22165ba000b273090c72b7863fda4b310993c144ec
3
+ size 14208525
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/Aug07_10-50-39_91a6a43bbac9/events.out.tfevents.1691405451.91a6a43bbac9.640.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936eef41730fb1fbcc2bfec6e89ab2539eba9b5b94add26b7382e483d8ec0f64
3
+ size 5271
runs/Aug07_10-51-17_91a6a43bbac9/events.out.tfevents.1691405484.91a6a43bbac9.640.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7aee5b992eff06aac2d4bddb61e8420667e8696ea1942e56a978e30172bffb
3
+ size 5271
runs/Aug07_10-53-32_91a6a43bbac9/events.out.tfevents.1691405616.91a6a43bbac9.640.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416e0d9fcaf66599c60fc2cd9d1d7f9ac03100d7fb21ee1f4df1629462a2849e
3
+ size 6212
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa0b408c7e8640bf769fe0bd075f2909521caeb550180a90b7e8ba7abc30f718
3
+ size 4155