lukeleeai commited on
Commit
3bc8471
1 Parent(s): 8d4f869

Training in progress, step 200

Browse files
adapter_config.json CHANGED
@@ -19,11 +19,11 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "down_proj",
23
- "q_proj",
24
  "up_proj",
25
- "v_proj",
26
- "gate_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM"
29
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "gate_proj",
 
23
  "up_proj",
24
+ "q_proj",
25
+ "down_proj",
26
+ "v_proj"
27
  ],
28
  "task_type": "CAUSAL_LM"
29
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65549fa729fcedeb70fc77c625850f648699515a372bf54ddd0fade92718b34c
3
  size 281061608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8071a0e92522ad111da20f59365cd8c9e04bd5fec086332865ebb3806aa7cb11
3
  size 281061608
tokenizer.json CHANGED
@@ -1,11 +1,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
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {