dhmeltzer commited on
Commit
7009b86
·
1 Parent(s): 540f323

Training in progress, step 250

Browse files
adapter_config.json CHANGED
@@ -14,11 +14,11 @@
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
17
- "v_proj",
18
- "o_proj",
19
  "up_proj",
20
  "gate_proj",
 
21
  "k_proj",
 
22
  "down_proj",
23
  "q_proj"
24
  ],
 
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
 
 
17
  "up_proj",
18
  "gate_proj",
19
+ "o_proj",
20
  "k_proj",
21
+ "v_proj",
22
  "down_proj",
23
  "q_proj"
24
  ],
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23a0d44107c1b4bb0a9bfa1069cbf2d0344d7aa4645f988cb282e0f90d5bddc9
3
  size 639792909
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:759578eab6487127cdd9a2da8b0047c381a9dbe1504c4a6d2f0111e53ea6b21f
3
  size 639792909
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": 4096,
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:b94a0f83d2b73dc78b9335f04d84e7a32e758b7ccc4b787e8fb8a997e2a51509
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3341858452b6b07f18a992a82d6a11ff79353ad967ef30d4f10ffd4a9474bdc
3
  size 4155