Lekhansh commited on
Commit
10f19f1
1 Parent(s): 4db9e94

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "q_proj",
24
- "k_proj",
25
  "down_proj",
26
- "gate_proj",
27
  "v_proj",
28
- "o_proj",
 
29
  "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "o_proj",
24
  "q_proj",
 
25
  "down_proj",
 
26
  "v_proj",
27
+ "k_proj",
28
+ "gate_proj",
29
  "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0beb9849b845bd17cf891c66c9d6206d9cd824dd516fcfeb1e5b4374accc81c1
3
  size 360740440
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24f102f81c3f4b2dd9e38a7b763e19cabf9218de53a10cb787eae9dfb88be9e
3
  size 360740440
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": 6224,
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:4b2dcfabe9422e8b4fec112bc9e07d17a2bd0692aeca72216c6e5d1e9f05dccc
3
  size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b119a5e67948750811a0dfca9731fb4178b6a1d917a5dd402773f0e182016162
3
  size 5560