dhmeltzer commited on
Commit
4c79e35
1 Parent(s): 31ffab7

Training in progress, step 672

Browse files
adapter_config.json CHANGED
@@ -14,13 +14,13 @@
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
17
- "down_proj",
18
- "q_proj",
19
  "o_proj",
20
- "gate_proj",
21
  "v_proj",
 
 
 
22
  "k_proj",
23
- "up_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
 
 
17
  "o_proj",
 
18
  "v_proj",
19
+ "q_proj",
20
+ "gate_proj",
21
+ "up_proj",
22
  "k_proj",
23
+ "down_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:3e421902424bc44ec9d70a223fd0c259b445d3689ca1bbf5f54e54a4575ea10e
3
  size 1001592141
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7c2a29141e7ae361db9902125475c8ee846e518717cb1dc45663c0e582c7ec5
3
  size 1001592141
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:1d564d2a6fff2267a5a9f6c8c64814ef7ea1581b9c5bd654c138d0bb888eeb7f
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a6bb5afd39443e79e83152dae5628e5041996093963c493822fe92aa7f0e3ba
3
  size 4155