IliyanGochev
commited on
Commit
•
a9ec4af
1
Parent(s):
4fe1d3f
Upload model
Browse files- README.md +1 -25
- adapter_config.json +5 -1
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -4,28 +4,6 @@ library_name: peft
|
|
4 |
## Training procedure
|
5 |
|
6 |
|
7 |
-
The following `bitsandbytes` quantization config was used during training:
|
8 |
-
- load_in_8bit: True
|
9 |
-
- load_in_4bit: False
|
10 |
-
- llm_int8_threshold: 6.0
|
11 |
-
- llm_int8_skip_modules: None
|
12 |
-
- llm_int8_enable_fp32_cpu_offload: False
|
13 |
-
- llm_int8_has_fp16_weight: False
|
14 |
-
- bnb_4bit_quant_type: fp4
|
15 |
-
- bnb_4bit_use_double_quant: False
|
16 |
-
- bnb_4bit_compute_dtype: float32
|
17 |
-
|
18 |
-
The following `bitsandbytes` quantization config was used during training:
|
19 |
-
- load_in_8bit: True
|
20 |
-
- load_in_4bit: False
|
21 |
-
- llm_int8_threshold: 6.0
|
22 |
-
- llm_int8_skip_modules: None
|
23 |
-
- llm_int8_enable_fp32_cpu_offload: False
|
24 |
-
- llm_int8_has_fp16_weight: False
|
25 |
-
- bnb_4bit_quant_type: fp4
|
26 |
-
- bnb_4bit_use_double_quant: False
|
27 |
-
- bnb_4bit_compute_dtype: float32
|
28 |
-
|
29 |
The following `bitsandbytes` quantization config was used during training:
|
30 |
- load_in_8bit: True
|
31 |
- load_in_4bit: False
|
@@ -38,7 +16,5 @@ The following `bitsandbytes` quantization config was used during training:
|
|
38 |
- bnb_4bit_compute_dtype: float32
|
39 |
### Framework versions
|
40 |
|
41 |
-
- PEFT 0.4.0.dev0
|
42 |
-
- PEFT 0.4.0.dev0
|
43 |
|
44 |
-
- PEFT 0.
|
|
|
4 |
## Training procedure
|
5 |
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
The following `bitsandbytes` quantization config was used during training:
|
8 |
- load_in_8bit: True
|
9 |
- load_in_4bit: False
|
|
|
16 |
- bnb_4bit_compute_dtype: float32
|
17 |
### Framework versions
|
18 |
|
|
|
|
|
19 |
|
20 |
+
- PEFT 0.5.0.dev0
|
adapter_config.json
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"base_model_name_or_path": "openai/whisper-large-v2",
|
3 |
"bias": "none",
|
4 |
"fan_in_fan_out": false,
|
@@ -7,7 +11,7 @@
|
|
7 |
"layers_pattern": null,
|
8 |
"layers_to_transform": null,
|
9 |
"lora_alpha": 64,
|
10 |
-
"lora_dropout": 0.
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
"r": 32,
|
|
|
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-large-v2",
|
7 |
"bias": "none",
|
8 |
"fan_in_fan_out": false,
|
|
|
11 |
"layers_pattern": null,
|
12 |
"layers_to_transform": null,
|
13 |
"lora_alpha": 64,
|
14 |
+
"lora_dropout": 0.5,
|
15 |
"modules_to_save": null,
|
16 |
"peft_type": "LORA",
|
17 |
"r": 32,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 63056269
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db0f9e088643085f3a5354789fca316857d50e94740262846ba057e189caeecb
|
3 |
size 63056269
|