HimashaJ96 commited on
Commit
ad2f8e0
1 Parent(s): eae11a9

Training in progress, step 4

Browse files
adapter_config.json CHANGED
@@ -15,14 +15,14 @@
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
- "r": 64,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
  "v_proj",
23
- "o_proj",
24
  "q_proj",
25
- "k_proj"
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
 
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
+ "r": 32,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
  "v_proj",
23
+ "k_proj",
24
  "q_proj",
25
+ "o_proj"
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21c513aac1dd251e8a2da2d281b1d47906398de2256a9b91fea92f8d68fac9cd
3
- size 218138576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f4a1177694c591ba7dfbb05b1dbcab920c58168b89e071f99a55b737328f57
3
+ size 109086416
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Left",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4f9c44dbb664f117d2eb60a782c3333be81a547c261fcb5b13325073b6ded34
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea06571f26e4bfeb9a41797dcb3a773c774c4d4530435cf253f0c96af6dd945
3
  size 4536