hllj commited on
Commit
5facc44
·
1 Parent(s): fbf351c

Training in progress, step 1000

Browse files
adapter_config.json CHANGED
@@ -8,18 +8,18 @@
8
  "init_lora_weights": true,
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
- "lora_alpha": 16,
12
  "lora_dropout": 0.05,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
- "r": 64,
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "o_proj",
20
- "v_proj",
21
  "k_proj",
22
- "q_proj"
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
 
8
  "init_lora_weights": true,
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
+ "lora_alpha": 512,
12
  "lora_dropout": 0.05,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
+ "r": 256,
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "q_proj",
20
  "o_proj",
 
21
  "k_proj",
22
+ "v_proj"
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ff44dcfcc79af43e9acea89cacb9a6f0eb8baa6aae0ad4f88238d9260fe104d
3
- size 218138576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c32ec1dd7d848dd71fb0a360af25f7634b3b9bf50913bae5e73da29921b1caf1
3
+ size 872450448
special_tokens_map.json CHANGED
@@ -18,13 +18,7 @@
18
  "rstrip": false,
19
  "single_word": false
20
  },
21
- "pad_token": {
22
- "content": "</s>",
23
- "lstrip": false,
24
- "normalized": false,
25
- "rstrip": false,
26
- "single_word": false
27
- },
28
  "unk_token": {
29
  "content": "<unk>",
30
  "lstrip": false,
 
18
  "rstrip": false,
19
  "single_word": false
20
  },
21
+ "pad_token": "</s>",
 
 
 
 
 
 
22
  "unk_token": {
23
  "content": "<unk>",
24
  "lstrip": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3b996c8b0abe691705f82a98b00f81952f66bef898fb45e3d181ab88f50c5b2
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d1fc1ed356d8da00a2d95a8028eab9e7851a3c0bd08f73cbee1e1cd937cb80
3
  size 4664