jikaixuan commited on
Commit
90d7786
1 Parent(s): 6366e7e

Training in progress, step 200

Browse files
adapter_config.json CHANGED
@@ -9,23 +9,23 @@
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
- "lora_alpha": 16,
13
  "lora_dropout": 0.05,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
- "r": 16,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "k_proj",
23
  "v_proj",
24
- "o_proj",
25
  "gate_proj",
26
  "down_proj",
27
- "q_proj",
28
- "up_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
 
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "loftq_config": {},
12
+ "lora_alpha": 128,
13
  "lora_dropout": 0.05,
14
  "megatron_config": null,
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
+ "r": 128,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "up_proj",
23
  "v_proj",
24
+ "q_proj",
25
  "gate_proj",
26
  "down_proj",
27
+ "o_proj",
28
+ "k_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9cb5c6fc7d4bdfeb0a0cf7462bf351aef0423bfa34b4b3b3c04ea9d593fe5fa3
3
- size 83945744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112c34f8b3357a99160d97016c03590ef6825bbf2cde3805901445b16c905f9f
3
+ size 671150064
tokenizer_config.json CHANGED
@@ -1,4 +1,6 @@
1
  {
 
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<unk>",
 
1
  {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbc4e5dcb3ef08d7a371088bc04ccc10240a32b15ead5755a987f922ecc1b4b9
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ae9269821a7a76bfccee733cea8c3af1d1b7b751ef31fb40915f4d080f4944
3
+ size 4920