Upload model
Browse files- README.md +3 -0
- adapter_config.json +15 -1
- adapter_model.safetensors +3 -0
README.md
CHANGED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
adapter_config.json
CHANGED
@@ -1,16 +1,30 @@
|
|
1 |
{
|
|
|
|
|
2 |
"base_model_name_or_path": "bigscience/bloom-1b7",
|
3 |
"bias": "none",
|
|
|
|
|
4 |
"fan_in_fan_out": false,
|
5 |
"inference_mode": true,
|
6 |
"init_lora_weights": true,
|
|
|
|
|
|
|
|
|
7 |
"lora_alpha": 32,
|
8 |
"lora_dropout": 0.05,
|
|
|
|
|
9 |
"modules_to_save": null,
|
10 |
"peft_type": "LORA",
|
11 |
"r": 16,
|
|
|
|
|
12 |
"target_modules": [
|
13 |
"query_key_value"
|
14 |
],
|
15 |
-
"task_type": "CAUSAL_LM"
|
|
|
|
|
16 |
}
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "bigscience/bloom-1b7",
|
5 |
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
"fan_in_fan_out": false,
|
9 |
"inference_mode": true,
|
10 |
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
"lora_alpha": 32,
|
16 |
"lora_dropout": 0.05,
|
17 |
+
"megatron_config": null,
|
18 |
+
"megatron_core": "megatron.core",
|
19 |
"modules_to_save": null,
|
20 |
"peft_type": "LORA",
|
21 |
"r": 16,
|
22 |
+
"rank_pattern": {},
|
23 |
+
"revision": null,
|
24 |
"target_modules": [
|
25 |
"query_key_value"
|
26 |
],
|
27 |
+
"task_type": "CAUSAL_LM",
|
28 |
+
"use_dora": false,
|
29 |
+
"use_rslora": false
|
30 |
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f46029e2832f48a147f0384d3e60614bf9ed3d4eb7ad8e081d18b6c0ec8c1f9
|
3 |
+
size 12590048
|