eugenepentland
commited on
Commit
•
d26978c
1
Parent(s):
1f0be22
init
Browse files- README.md +1 -0
- adapter_config.json +25 -0
- adapter_model.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
---
|
4 |
+
https://wandb.ai/eugenepentland/huggingface/runs/bd5va838/overview?workspace=user-eugenepentland
|
adapter_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "/home/ubuntu/models/minotaur-13b",
|
3 |
+
"bias": "none",
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"inference_mode": true,
|
6 |
+
"init_lora_weights": true,
|
7 |
+
"layers_pattern": null,
|
8 |
+
"layers_to_transform": null,
|
9 |
+
"lora_alpha": 16.0,
|
10 |
+
"lora_dropout": 0.0,
|
11 |
+
"modules_to_save": null,
|
12 |
+
"peft_type": "LORA",
|
13 |
+
"r": 64,
|
14 |
+
"revision": null,
|
15 |
+
"target_modules": [
|
16 |
+
"k_proj",
|
17 |
+
"o_proj",
|
18 |
+
"q_proj",
|
19 |
+
"down_proj",
|
20 |
+
"v_proj",
|
21 |
+
"gate_proj",
|
22 |
+
"up_proj"
|
23 |
+
],
|
24 |
+
"task_type": "CAUSAL_LM"
|
25 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d0945d27b87fbdfe01fb1237b3376b087f42fbbc24d20075559d1f1f6f8836d
|
3 |
+
size 500897101
|