hts98 commited on
Commit
cbc7b25
1 Parent(s): 9f36ab4

Training in progress, epoch 3

Browse files
Files changed (3) hide show
  1. adapter_config.json +20 -0
  2. adapter_model.bin +3 -0
  3. training_args.bin +2 -2
adapter_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "hts98/whisper-medium-1113",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "layers_pattern": null,
8
+ "layers_to_transform": null,
9
+ "lora_alpha": 64,
10
+ "lora_dropout": 0.05,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 32,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "q_proj",
17
+ "v_proj"
18
+ ],
19
+ "task_type": null
20
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4b44f9be9a4471a977495438293e3b5cd4e526a26bb3f42d5833dc07d3ae29b
3
+ size 37854861
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfbeefbe3bcf21499832bc7b9dcf759f4cb39bcf33613bb19bf772a81de8e9dd
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3777b0668ef04c379c593a940db273f26a0857c2b11f9611064d689f84f58a65
3
+ size 4219