mohammadsp99 commited on
Commit
e15aaf1
1 Parent(s): ba80f39

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-FullFinetuning-CV-train-test",
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:c744873fbf1009c8b458ed1e148c5f0a7c0fe8417152612613ec45cc78c81977
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_22-53-14_83f78bc5196a/events.out.tfevents.1691448798.83f78bc5196a.314.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:025c164117446c40bbdd9dd356aebf6458c0a26f43247a0a6570292b8f3e8057
3
+ size 6251
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6fa4f4cf730e25dab77a526f11c4125a8b974746dfd85633b178f7b4652be0f
3
+ size 4155