CWKSC commited on
Commit
9357241
1 Parent(s): 5e4c23f

Upload model

Browse files
Files changed (3) hide show
  1. README.md +15 -0
  2. adapter_config.json +24 -0
  3. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: True
9
+ - llm_int8_threshold: 6.0
10
+ - llm_int8_skip_modules: None
11
+ - llm_int8_enable_fp32_cpu_offload: False
12
+ ### Framework versions
13
+
14
+
15
+ - PEFT 0.5.0
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": "openai/whisper-base",
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": 16,
14
+ "lora_dropout": 0.05,
15
+ "modules_to_save": null,
16
+ "peft_type": "LORA",
17
+ "r": 8,
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:3b430e23eb1b1445467c3531fd4c7f0cad0d973aeba427b27da2b9d6309252e1
3
+ size 1205833