atmallen commited on
Commit
e06fb8b
1 Parent(s): be3b78f

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -22,12 +22,12 @@
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "down_proj",
 
26
  "gate_proj",
27
- "q_proj",
28
  "up_proj",
29
- "k_proj",
30
- "v_proj"
31
  ],
32
  "task_type": null
33
  }
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "v_proj",
26
+ "k_proj",
27
  "gate_proj",
28
+ "down_proj",
29
  "up_proj",
30
+ "q_proj"
 
31
  ],
32
  "task_type": null
33
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe61e4ccd36252062f1faa0a807b79aadefe385447e7e6346be3a2f33a4da917
3
  size 37799672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c2f077f5918094d2de647a8226b87dff1858cfd71700abb13b43b8a2e39717e
3
  size 37799672
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:c1e406e7c09c363f1cf548e07c7a4759eddd68c015ebd74ad21b38fc8e67d16d
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4da8ed32ceb8e596b13a49f61368900de499fe6dc4389596caa9baf538e383
3
+ size 4411