Training in progress, step 50
Browse files
adapter_config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"v_proj",
|
23 |
+
"q_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 16794200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59a5955bdceb10c051f4d2ee00e097b2ca6d4eabb1417784401a944c0a9e1f5f
|
3 |
size 16794200
|
runs/Feb23_06-59-51_f5ca83435377/events.out.tfevents.1708671613.f5ca83435377.212.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e335538e842425f01cf16535049bcc4a293eb9b6558d490abdfd77093d8f1917
|
3 |
+
size 6108
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 128,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
tokenizer_config.json
CHANGED
@@ -30,11 +30,15 @@
|
|
30 |
"bos_token": "<s>",
|
31 |
"clean_up_tokenization_spaces": false,
|
32 |
"eos_token": "</s>",
|
|
|
33 |
"model_max_length": 1000000000000000019884624838656,
|
34 |
"pad_token": "</s>",
|
35 |
"padding": true,
|
36 |
"sp_model_kwargs": {},
|
|
|
37 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
|
|
38 |
"unk_token": "<unk>",
|
39 |
"use_default_system_prompt": false
|
40 |
}
|
|
|
30 |
"bos_token": "<s>",
|
31 |
"clean_up_tokenization_spaces": false,
|
32 |
"eos_token": "</s>",
|
33 |
+
"max_length": 384,
|
34 |
"model_max_length": 1000000000000000019884624838656,
|
35 |
"pad_token": "</s>",
|
36 |
"padding": true,
|
37 |
"sp_model_kwargs": {},
|
38 |
+
"stride": 0,
|
39 |
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"truncation_side": "right",
|
41 |
+
"truncation_strategy": "longest_first",
|
42 |
"unk_token": "<unk>",
|
43 |
"use_default_system_prompt": false
|
44 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:718aa3e271502560e7dd49f12f46dd0c87cae6ecdf0305d74e424ddc8f4f67b0
|
3 |
+
size 4920
|