Swephoenix commited on
Commit
d1b9a46
·
verified ·
1 Parent(s): fedcf8e

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -14,20 +14,17 @@
14
  "loftq_config": {},
15
  "lora_alpha": 16,
16
  "lora_bias": false,
17
- "lora_dropout": 0,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
- "r": 16,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "k_proj",
27
  "q_proj",
28
- "v_proj",
29
- "o_proj",
30
- "dense"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
14
  "loftq_config": {},
15
  "lora_alpha": 16,
16
  "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
20
  "modules_to_save": null,
21
  "peft_type": "LORA",
22
+ "r": 4,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
26
  "q_proj",
27
+ "v_proj"
 
 
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24c0a76c333e5b3ab1136dc7ff26a25b4866266fa9187b053e9f0c4fb8332e72
3
- size 41977360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4053ed412232bfef5fbd6b450d9a8edb6db50442bf1f9bc9aa293e862ef6c2e2
3
+ size 5259720
tokenizer_config.json CHANGED
@@ -315,7 +315,7 @@
315
  }
316
  },
317
  "bos_token": "<|endoftext|>",
318
- "chat_template": "<|user|>\n{{messages[0].content}}\n<|assistant|>\n{{messages[1].content}}",
319
  "clean_up_tokenization_spaces": true,
320
  "eos_token": "<|endoftext|>",
321
  "extra_special_tokens": {},
 
315
  }
316
  },
317
  "bos_token": "<|endoftext|>",
318
+ "chat_template": "<|user|>\n{{messages[0].content}}\n<|assistant|>\n",
319
  "clean_up_tokenization_spaces": true,
320
  "eos_token": "<|endoftext|>",
321
  "extra_special_tokens": {},
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08c7e0270807982f4dd040d124ff7fd8fccace84e83cb95f70c4f9138f6b7571
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2825ac25432a4ccfbe1badef5e30d4f71f0e018d001d6944d69818222d72193c
3
  size 5368