hsan512 commited on
Commit
209badd
·
verified ·
1 Parent(s): d795c24

Training in progress, step 4

Browse files
adapter_config.json CHANGED
@@ -23,12 +23,12 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
26
  "down_proj",
27
- "k_proj",
28
  "o_proj",
29
- "up_proj",
30
  "gate_proj",
31
- "v_proj",
32
  "q_proj"
33
  ],
34
  "task_type": null,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "v_proj",
27
+ "up_proj",
28
  "down_proj",
 
29
  "o_proj",
 
30
  "gate_proj",
31
+ "k_proj",
32
  "q_proj"
33
  ],
34
  "task_type": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cedcc03a887ea5e25e215aaa12ec180e15dc58c8f8fc1a3b035ac31ff0cb57b4
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7fef879f7ca55634082dd073264d3b63e03851cecf6fa84570a2e2d9d2457d6
3
  size 83945296
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:5a539bb8ee5ad3def3519b0f8717756478b50e56b601333dd906cc9ee2cde375
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463abf89ab8e791b1ee4488f7dfeb8e3fd5bf4140d9f3f33359c2cf2cda2e5f2
3
  size 5368