atmallen commited on
Commit
76c1a44
1 Parent(s): 2e70df8

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
- "gate_proj",
26
  "k_proj",
27
- "v_proj",
 
28
  "down_proj",
29
  "up_proj",
30
- "q_proj"
31
  ],
32
  "task_type": null
33
  }
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
 
25
  "k_proj",
26
+ "gate_proj",
27
+ "q_proj",
28
  "down_proj",
29
  "up_proj",
30
+ "v_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:962870904cf73fa56e93fda2ea23021f19936927ca5ce32ee0e4eabd8baa0390
3
  size 35833568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96453b64803a84dc5cfb50d4cc2e117dccf185a7455eccf2a7655e1b29e12b1d
3
  size 35833568
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:e526b7b6e48a8089c95ba6688a2ffe61447c642a2c9069e8a65db5d9e358bae1
3
- size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94a8ca0a312245d9c3973b1e0e20f9151e63b182cbf1cc8fc737aab18b13c205
3
+ size 4347