atmallen commited on
Commit
e5ac673
·
verified ·
1 Parent(s): 200e7c9

Training in progress, step 10

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