msho commited on
Commit
9fb243a
1 Parent(s): 554e654

Training in progress, step 33

Browse files
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "v_proj",
25
  "down_proj",
26
- "k_proj",
27
- "o_proj",
28
  "up_proj",
29
- "q_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "down_proj",
24
+ "v_proj",
 
25
  "up_proj",
26
+ "gate_proj",
27
+ "k_proj",
28
+ "q_proj",
29
+ "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e861aab079d9eb7b68de67ddd2994bad6cf0b6377e7e8815b038da0b56e477d
3
  size 149969848
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e36f8ecfb7326f3be7c7d61e2e96de0090506b141880f49cead3f56de20da34
3
  size 149969848
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": 230,
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:a5400af8cdbea8d05a6550aea565b5d60a5c20241364146ab0b71da2e4e9702d
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2977aa7001e9e2006493725bfacc4591113d6d3b9f17aea2e2bc898c593389a
3
  size 5432