atmallen commited on
Commit
c789d88
1 Parent(s): 5ce40d0

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
  "q_proj",
27
- "up_proj",
28
  "v_proj",
 
29
  "k_proj",
30
- "gate_proj"
31
  ],
32
  "task_type": null
33
  }
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "gate_proj",
26
  "q_proj",
 
27
  "v_proj",
28
+ "down_proj",
29
  "k_proj",
30
+ "up_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:6e5da2088680717f4f78e9d5de456ad2cd097be1997dd86eafaa1b87b3e076b8
3
  size 37799672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b6dffa6658bf62fe839bcd3c0face6955addeb12009a04c9571caaebcba14b
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:bf18d96b6e3d061f1dd04662e7edfa115596f6a67493be2f4cd7968b4621a5cf
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fea8a7c1b42d0f4dc7c42401bd195fc9e3910923f73199634363b16cf28a6a2
3
  size 4856