dhmeltzer commited on
Commit
7648d47
1 Parent(s): a767274

Training in progress, step 1500

Browse files
adapter_config.json CHANGED
@@ -14,13 +14,13 @@
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
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
 
17
  "gate_proj",
18
+ "up_proj",
 
19
  "v_proj",
20
+ "k_proj",
21
+ "q_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:f536fadb9111032b4f89fe5ba8461d82e04a76529d9bc9494b875f0e1ee62e85
3
  size 639792909
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba9f69932a8c69dc6ded852494f03180c26dd4aebef847849c4a90df39626662
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:e3341858452b6b07f18a992a82d6a11ff79353ad967ef30d4f10ffd4a9474bdc
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd6e4f8492937db443ba73e80c52387d0c40049f137e28de95ed1b257f017a70
3
  size 4155