Upload 4 files
Browse files- chebi.ckpt +3 -0
- chebi_lora/adapter_config.json +20 -0
- chebi_lora/adapter_model.bin +3 -0
- stage1.ckpt +3 -0
chebi.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4241e1b88e122a263c54c59e92c5a350287bffb6b4af9bc9fb4368b8d8c3e6e7
|
3 |
+
size 1281799364
|
chebi_lora/adapter_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "facebook/galactica-1.3b",
|
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.1,
|
9 |
+
"modules_to_save": null,
|
10 |
+
"peft_type": "LORA",
|
11 |
+
"r": 16,
|
12 |
+
"target_modules": [
|
13 |
+
"q_proj",
|
14 |
+
"v_proj",
|
15 |
+
"out_proj",
|
16 |
+
"fc1",
|
17 |
+
"fc2"
|
18 |
+
],
|
19 |
+
"task_type": "CAUSAL_LM"
|
20 |
+
}
|
chebi_lora/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9bba037d382a7bfc2cfd66db478098f0c69fbfc8619e4f2a1cb5acc9efed75f
|
3 |
+
size 50418701
|
stage1.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba240800ec229baecfd171d052c6cf203e1aac4ed649017b95e16c4692ff8624
|
3 |
+
size 2145737416
|