hadrakey commited on
Commit
1e35920
·
verified ·
1 Parent(s): 4daee13

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -19,10 +19,10 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "o_proj",
23
- "q_proj",
24
  "k_proj",
25
- "v_proj"
 
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v_proj",
 
23
  "k_proj",
24
+ "o_proj",
25
+ "q_proj"
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85f19cbd9f570c7b5233a382c8438531c1b3e658fbe495aceb507b01e420c57a
3
- size 218138576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbc28c33eeec1194bd21884ee118f3a7899cc1e9b2669d6c756a8fed1d5d6809
3
+ size 109086672
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
  {
tokenizer_config.json CHANGED
@@ -31,7 +31,7 @@
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "</s>",
33
  "legacy": true,
34
- "model_max_length": 2048,
35
  "pad_token": "</s>",
36
  "sp_model_kwargs": {},
37
  "spaces_between_special_tokens": false,
 
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "</s>",
33
  "legacy": true,
34
+ "model_max_length": 1024,
35
  "pad_token": "</s>",
36
  "sp_model_kwargs": {},
37
  "spaces_between_special_tokens": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16e2b933bdbbd7f2fe5ff7dc35309e231e0d844782d64c1f572173c0161e4fee
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd6949e6a4c433df1c6a0146fc63fabdd4da1ad36ea2681ffcb2022c67296e6
3
  size 4600