neuria99 commited on
Commit
495c473
1 Parent(s): 345abdd

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": 4,
14
  "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
- "r": 4,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
 
24
  "gate_proj",
 
25
  "o_proj",
26
- "up_proj",
27
- "down_proj",
28
  "k_proj",
29
- "v_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": 8,
14
  "lora_dropout": 0.05,
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
  "q_proj",
24
+ "down_proj",
25
  "gate_proj",
26
+ "v_proj",
27
  "o_proj",
 
 
28
  "k_proj",
29
+ "up_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:159923ef13e2912ce7eb4db834a9b603db22abb5cdf4669b3bdd02e672be6c0c
3
- size 11301296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:432622e3909ad4aad2b4472f906cf00f2eda3620d13e105e478148d4a87132ea
3
+ size 22573704
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 3072,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 3072
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 2048,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 2048
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37cdbe9793ba7a4337dedeb39e13fd29338572727aacf834bb2bc04de4644c7e
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747a1f2aef8a24fa516ef7cf77cde8caacc9991b4e096eee03111844c6dd72a7
3
  size 5496