ebadhussain20 commited on
Commit
6f62bfa
·
verified ·
1 Parent(s): b487d86

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. checkpoint-2000/adapter_config.json +48 -0
checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {
4
+
5
+ },
6
+ "arrow_config": null,
7
+ "auto_mapping": {
8
+ "base_model_class": "Qwen2VLForConditionalGeneration",
9
+ "parent_library": "transformers.models.qwen2_vl.modeling_qwen2_vl",
10
+ "unsloth_fixed": true
11
+ },
12
+ "base_model_name_or_path": "unsloth/qwen2-vl-7b-instruct-unsloth-bnb-4bit",
13
+ "bias": "none",
14
+ "corda_config": null,
15
+ "ensure_weight_tying": false,
16
+ "eva_config": null,
17
+ "exclude_modules": null,
18
+ "fan_in_fan_out": false,
19
+ "inference_mode": true,
20
+ "init_lora_weights": true,
21
+ "layer_replication": null,
22
+ "layers_pattern": null,
23
+ "layers_to_transform": null,
24
+ "loftq_config": {
25
+
26
+ },
27
+ "lora_alpha": 32,
28
+ "lora_bias": false,
29
+ "lora_dropout": 0.05,
30
+ "megatron_config": null,
31
+ "megatron_core": "megatron.core",
32
+ "modules_to_save": null,
33
+ "peft_type": "LORA",
34
+ "peft_version": "0.18.1",
35
+ "qalora_group_size": 16,
36
+ "r": 32,
37
+ "rank_pattern": {
38
+
39
+ },
40
+ "revision": null,
41
+ "target_modules": "(?:.*?(?:vision|image|visual|patch|language|text).*?(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense).*?(?:qkv|proj|fc1|fc2|q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj).*?)|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense)\\.(?:(?:qkv|proj|fc1|fc2|q_proj|k_proj|v_proj|o_proj|gate_proj|up_proj|down_proj)))",
42
+ "target_parameters": null,
43
+ "task_type": "CAUSAL_LM",
44
+ "trainable_token_indices": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": true
48
+ }