dhmeltzer commited on
Commit
9b102b5
·
1 Parent(s): 65a318a

Training in progress, step 1464

Browse files
adapter_config.json CHANGED
@@ -14,13 +14,13 @@
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
17
- "down_proj",
18
- "gate_proj",
19
  "up_proj",
20
- "o_proj",
21
- "v_proj",
22
  "q_proj",
23
- "k_proj"
 
 
 
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
 
 
17
  "up_proj",
18
+ "k_proj",
 
19
  "q_proj",
20
+ "v_proj",
21
+ "gate_proj",
22
+ "down_proj",
23
+ "o_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:22279b911c0edc3807705d2896c3bb53efb1998aa66c3908600c25d94fe75d11
3
  size 639792909
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef9c5f181b953117505da145a9469cc085529e0122ed761c085cd0e3f7d2d96
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:b8a401b0826f8e8a29df319f7c459c7e4a774b64f33b3ac8db8d27b0a8268c10
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a2e6bc34c03134647660882e20dffcef6aaf8b1f6bea9d97529f86fa6be718
3
  size 4091