gerasmark commited on
Commit
4e15a17
·
verified ·
1 Parent(s): a44dd65

End of training

Browse files
adapter_config.json CHANGED
@@ -20,9 +20,9 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "o_proj",
24
  "v_proj",
25
- "q_proj",
26
  "k_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
  "o_proj",
25
  "v_proj",
 
26
  "k_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:636c21de9a47d7435114e85a8832dfd13b4fc698aa336431a1753c99bfa543c9
3
  size 78694512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b3fa9f7a570153ed94f66856bc3193ed79d37f65120617f813d136d1bb3c84
3
  size 78694512
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": 2048,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -32,7 +32,7 @@
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": true,
35
- "model_max_length": 512,
36
  "pad_token": "<unk>",
37
  "padding_side": "left",
38
  "sp_model_kwargs": {},
 
32
  "clean_up_tokenization_spaces": false,
33
  "eos_token": "</s>",
34
  "legacy": true,
35
+ "model_max_length": 2048,
36
  "pad_token": "<unk>",
37
  "padding_side": "left",
38
  "sp_model_kwargs": {},
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4bd9d36f0b6aaafbdea25762d252e7a867f4760bd185456a31014fa88c363105
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2035a7887ad5bd74dbe32c3d14797890b2e56d47bca94a38d6f0540e19cbfa15
3
  size 5176