sravanthib commited on
Commit
e2779a1
·
verified ·
1 Parent(s): b812f21

Training in progress, step 30

Browse files
adapter_config.json CHANGED
@@ -24,12 +24,12 @@
24
  "revision": null,
25
  "target_modules": [
26
  "q_proj",
27
- "o_proj",
28
  "down_proj",
29
- "up_proj",
30
- "gate_proj",
31
  "k_proj",
32
- "v_proj"
 
 
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
24
  "revision": null,
25
  "target_modules": [
26
  "q_proj",
 
27
  "down_proj",
 
 
28
  "k_proj",
29
+ "o_proj",
30
+ "gate_proj",
31
+ "v_proj",
32
+ "up_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21ab7a9c874e3454b23f3d21a4ead61c064e7c5619c1c9bae565834646b20683
3
  size 24365712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58a75a8e2482a45dbc5831365c66e3ea55dbbb667bb9e69cc9fd36f46b098342
3
  size 24365712
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 1024
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:1d1f642201cdb8b1a222f890f460c99844f828755bba7e3d4e82f9d12afb97dd
3
  size 9336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e24c0f62e07e9288dff962ea7335113da8caeca39e62dcd80c639fa92cfde96
3
  size 9336