alessandropisent commited on
Commit
2be2c6b
·
verified ·
1 Parent(s): b364c57

Upload model

Browse files
Files changed (2) hide show
  1. adapter_config.json +10 -7
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
  "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "google/flan-t5-xl",
 
 
 
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -11,19 +14,19 @@
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
  "lora_alpha": 32,
14
- "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
- "r": 32,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q",
24
- "v"
25
  ],
26
- "task_type": "CAUSAL_LM",
27
  "use_dora": false,
28
  "use_rslora": false
29
  }
 
1
  {
2
  "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "T5ForConditionalGeneration",
5
+ "parent_library": "transformers.models.t5.modeling_t5"
6
+ },
7
+ "base_model_name_or_path": "google-t5/t5-3b",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
 
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
  "lora_alpha": 32,
17
+ "lora_dropout": 0.04,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
+ "r": 16,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "v",
27
+ "q"
28
  ],
29
+ "task_type": null,
30
  "use_dora": false,
31
  "use_rslora": false
32
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48cee1f9518e7b45fe6cce10cbbfaa2ea7b03e40615cc510351da30a7677e39a
3
- size 75538680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9560c0f23b287ffa9d05905dd978dc9e7c417c20e97cc1e3ffb24a4027e60be
3
+ size 23633984