mindsignal commited on
Commit
c01fa07
·
verified ·
1 Parent(s): 1adae4e

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -10,23 +10,23 @@
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
- "lora_alpha": 8,
14
- "lora_dropout": 0.08,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
- "r": 8,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "down_proj",
25
  "up_proj",
 
26
  "v_proj",
27
- "gate_proj",
28
  "o_proj",
29
- "q_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.09,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
+ "r": 32,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "up_proj",
24
+ "down_proj",
25
  "v_proj",
 
26
  "o_proj",
27
+ "k_proj",
28
+ "q_proj",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d42dde5a2694a17a6dc7858ac284f52f0e25c3664738c3a797bc034bf2af127c
3
- size 125918320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9395df68ee74114fe5c94758eefc0cefdb248ec29918b947b185b0e8874944c
3
+ size 503407240
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57356aa92834a903ed42dd8ed6253f3f8e00beb54d25086fde818a4e582a0603
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac1475d2dd06c092ad6d8a23f2ffbdafd0f365ca34fa280aa3b3bc0d1f8f214
3
  size 5368