dhmeltzer commited on
Commit
adbfbf6
1 Parent(s): 9360efc

Training in progress, step 91

Browse files
adapter_config.json CHANGED
@@ -14,13 +14,13 @@
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
17
- "v_proj",
18
  "gate_proj",
 
19
  "q_proj",
20
- "down_proj",
21
- "up_proj",
22
  "k_proj",
23
- "o_proj"
 
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
 
17
  "gate_proj",
18
+ "o_proj",
19
  "q_proj",
20
+ "v_proj",
 
21
  "k_proj",
22
+ "down_proj",
23
+ "up_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eae0383d10158c52876efd36d556f449fc62d1864448e8e74fbefbeb513f8d73
3
  size 639792909
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbefbfa438e78189982574f75a18eacb4a9215feafd1cdbfe93a13ffa02ceb51
3
  size 639792909
tokenizer.json CHANGED
@@ -1,11 +1,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
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68b3ed61fb85ede5b2c4ceeaaa7e07498e00cae8978e9500af59c3817b741ac1
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c685b54745348e9752e5ce30e9f6380c17c0e8926414d8a589cdc4005cccb23
3
  size 4155