msho commited on
Commit
2a4fe5e
·
verified ·
1 Parent(s): 7c5dd9a

Training in progress, step 33

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "k_proj",
25
- "o_proj",
26
  "down_proj",
 
 
 
27
  "gate_proj",
28
  "v_proj",
29
- "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "down_proj",
24
+ "up_proj",
25
+ "k_proj",
26
+ "q_proj",
27
  "gate_proj",
28
  "v_proj",
29
+ "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3aa2d1c422b4e16f957d4812a70759b42ee1df155517e77b20a799c9643898d4
3
  size 149969848
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43b03eafae2c428f65fe081045854d43bd792fdeedcfd44546cd8dc395583347
3
  size 149969848
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": 1024,
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:3f10a04a63a494b4c7b374b58e13470c32a6164d605437d8fab6a7a4154cd084
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a285c47554f06d3e815c83b46d7c4a228cb104ce206393340bf70b9b46e3b38a
3
  size 5432