andrealexroom commited on
Commit
b976dac
·
verified ·
1 Parent(s): a06efb8

Training in progress, step 14

Browse files
adapter_config.json CHANGED
@@ -19,14 +19,14 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "o_proj",
23
- "up_proj",
24
  "down_proj",
25
- "gate_proj",
26
  "v_proj",
 
 
27
  "k_proj",
28
  "lm_head",
29
- "q_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
 
23
  "down_proj",
 
24
  "v_proj",
25
+ "o_proj",
26
+ "up_proj",
27
  "k_proj",
28
  "lm_head",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0fe483b4303248f5c90d70f0f2128e50f9e04c75c0604766c21b484f27f9e303
3
  size 602370064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:336eb86db8a34499a65264716d2532fc49b1c389f2a55173a6bf52f49a89893c
3
  size 602370064
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": 8192,
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:10f91cb4ba4a6a62a45c0b60dc92e942d206667b9912912bc1bd013a3d5303b2
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f83f4479166a27288023e525edac2362fe25f193f803d545e9893bff7be2fcd
3
  size 4728