Training in progress, step 90
Browse files- adapter_model.safetensors +1 -1
- special_tokens_map.json +1 -5
- tokenizer_config.json +6 -7
- training_args.bin +1 -1
- vocab.json +0 -0
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 479769104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c164a23859048d8fa4735fb3e70a5c18a2e7b619b3ba87064a4fd0a2abe14ab2
|
3 |
size 479769104
|
special_tokens_map.json
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
{
|
2 |
-
"additional_special_tokens": [
|
3 |
-
"<|im_start|>",
|
4 |
-
"<|im_end|>"
|
5 |
-
],
|
6 |
"eos_token": {
|
7 |
-
"content": "<|
|
8 |
"lstrip": false,
|
9 |
"normalized": false,
|
10 |
"rstrip": false,
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"eos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
"lstrip": false,
|
5 |
"normalized": false,
|
6 |
"rstrip": false,
|
tokenizer_config.json
CHANGED
@@ -26,16 +26,15 @@
|
|
26 |
"special": true
|
27 |
}
|
28 |
},
|
29 |
-
"additional_special_tokens": [
|
30 |
-
"<|im_start|>",
|
31 |
-
"<|im_end|>"
|
32 |
-
],
|
33 |
"bos_token": null,
|
34 |
-
"chat_template": "{% for message in messages %}{
|
35 |
"clean_up_tokenization_spaces": false,
|
36 |
-
"eos_token": "<|
|
37 |
"errors": "replace",
|
38 |
-
"
|
|
|
|
|
39 |
"pad_token": "<|endoftext|>",
|
40 |
"padding_side": "right",
|
41 |
"split_special_tokens": false,
|
|
|
26 |
"special": true
|
27 |
}
|
28 |
},
|
29 |
+
"additional_special_tokens": [],
|
|
|
|
|
|
|
30 |
"bos_token": null,
|
31 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
32 |
"clean_up_tokenization_spaces": false,
|
33 |
+
"eos_token": "<|endoftext|>",
|
34 |
"errors": "replace",
|
35 |
+
"from_slow": true,
|
36 |
+
"legacy": false,
|
37 |
+
"model_max_length": 8192,
|
38 |
"pad_token": "<|endoftext|>",
|
39 |
"padding_side": "right",
|
40 |
"split_special_tokens": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8f7f083f2b2eab33bd2a04786e57d4b2844453a58268fa30fc382fc728328df
|
3 |
size 5112
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|