Training in progress, step 500
Browse files- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
- args.txt +14 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "lmsys/vicuna-7b-v1.5",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 64,
|
12 |
+
"lora_dropout": 0.1,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 16,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"v_proj",
|
20 |
+
"up_proj",
|
21 |
+
"o_proj",
|
22 |
+
"q_proj",
|
23 |
+
"k_proj",
|
24 |
+
"down_proj",
|
25 |
+
"gate_proj"
|
26 |
+
],
|
27 |
+
"task_type": "CAUSAL_LM"
|
28 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:023cf2c1625cfe96616269c682463a8a62c8e0d5c9fb6c137768e9e9d7f224eb
|
3 |
+
size 159967880
|
args.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
base_model_name: lmsys/vicuna-7b-v1.5
|
2 |
+
batch_size: 4
|
3 |
+
cot: true
|
4 |
+
dataset_name: BENBENBENb/CommonsenseQA1000COT
|
5 |
+
epochs: 20
|
6 |
+
eval_strategy: epoch
|
7 |
+
evaluation: false
|
8 |
+
learning_rate: 0.0001
|
9 |
+
logging_steps: 1
|
10 |
+
output_dir: brettbbb/cs_cot_128
|
11 |
+
seed: 42
|
12 |
+
skip_example: true
|
13 |
+
train_size: 128
|
14 |
+
warmup_steps: 5
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:929d5bac71fe87c6214b8e53fa652e17d951507a4893de2c394a86a2d2a30cb4
|
3 |
+
size 4600
|