abhishekyo commited on
Commit
73a9fd9
·
verified ·
1 Parent(s): 72ace90

Training in progress, step 20

Browse files
adapter_config.json CHANGED
@@ -21,9 +21,9 @@
21
  "revision": null,
22
  "target_modules": [
23
  "v_proj",
 
24
  "k_proj",
25
- "q_proj",
26
- "o_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "v_proj",
24
+ "o_proj",
25
  "k_proj",
26
+ "q_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07325f8ab5578ebf20dfb4f860718c12c8e4cd98b49080fbfb8920b60eb0c6e3
3
  size 1116277688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54434815ed06402c7f176d91870c0e98a625de661102374ff7ef5b478b851506
3
  size 1116277688
added_tokens.json CHANGED
@@ -1,3 +1,3 @@
1
  {
2
- "<pad>": 32016
3
  }
 
1
  {
2
+ "<PAD>": 32016
3
  }
runs/Mar31_09-17-59_a46d5d018463/events.out.tfevents.1711876690.a46d5d018463.305.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6094d1b9d163c7b808e4d31419b98708313e07340294db5201a86fa01de88679
3
+ size 5868
special_tokens_map.json CHANGED
@@ -20,7 +20,7 @@
20
  "single_word": false
21
  },
22
  "pad_token": {
23
- "content": "<pad>",
24
  "lstrip": false,
25
  "normalized": false,
26
  "rstrip": false,
 
20
  "single_word": false
21
  },
22
  "pad_token": {
23
+ "content": "<PAD>",
24
  "lstrip": false,
25
  "normalized": false,
26
  "rstrip": false,
tokenizer.json CHANGED
@@ -73,7 +73,7 @@
73
  },
74
  {
75
  "id": 32016,
76
- "content": "<pad>",
77
  "single_word": false,
78
  "lstrip": false,
79
  "rstrip": false,
 
73
  },
74
  {
75
  "id": 32016,
76
+ "content": "<PAD>",
77
  "single_word": false,
78
  "lstrip": false,
79
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -59,7 +59,7 @@
59
  "special": true
60
  },
61
  "32016": {
62
- "content": "<pad>",
63
  "lstrip": false,
64
  "normalized": false,
65
  "rstrip": false,
@@ -81,7 +81,7 @@
81
  "legacy": null,
82
  "middle_token": "▁<MID>",
83
  "model_max_length": 1000000000000000019884624838656,
84
- "pad_token": "<pad>",
85
  "prefix_token": "▁<PRE>",
86
  "sp_model_kwargs": {},
87
  "suffix_token": "▁<SUF>",
 
59
  "special": true
60
  },
61
  "32016": {
62
+ "content": "<PAD>",
63
  "lstrip": false,
64
  "normalized": false,
65
  "rstrip": false,
 
81
  "legacy": null,
82
  "middle_token": "▁<MID>",
83
  "model_max_length": 1000000000000000019884624838656,
84
+ "pad_token": "<PAD>",
85
  "prefix_token": "▁<PRE>",
86
  "sp_model_kwargs": {},
87
  "suffix_token": "▁<SUF>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02937dc5760e1a976999a8390d9999d3659e10eb0e76d39350a7d32d63f7670a
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e2bf3639206b9ddd98c7315bc664810b0e92755d9475b6dcda21cd65f48578
3
  size 4920