atmallen commited on
Commit
c03e020
1 Parent(s): cc7593e

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -22,12 +22,12 @@
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "down_proj",
26
  "v_proj",
27
  "gate_proj",
28
  "q_proj",
29
  "up_proj",
30
- "k_proj"
31
  ],
32
  "task_type": null
33
  }
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "k_proj",
26
  "v_proj",
27
  "gate_proj",
28
  "q_proj",
29
  "up_proj",
30
+ "down_proj"
31
  ],
32
  "task_type": null
33
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e4721ab518828998aa7c2a63b5f934a5b9d8976f4d3433f7c6562e14ada700c6
3
  size 37799672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7bcffe59e34bde76a423d6d9940cafe6982aae4cd42ddff62b817f911f2c0a7
3
  size 37799672
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": 1024,
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:3dba4a57d32128d801b3e19f4c299c0ae2533f8c9e5b5f6f8d1c1a848f783f33
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ce1d9de3897bf620bd611f7efd908fb787c16b940a3f11e43780fccb0cc0ebc
3
  size 4856