Training in progress, epoch 1
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +2 -2
- special_tokens_map.json +26 -3
- tokenizer.json +2 -2
- tokenizer_config.json +32 -3
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,8 +23,8 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
],
|
29 |
"task_type": "SEQ_2_SEQ_LM",
|
30 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"v",
|
27 |
+
"q"
|
28 |
],
|
29 |
"task_type": "SEQ_2_SEQ_LM",
|
30 |
"use_dora": false,
|
adapter_model.safetensors
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:10be79de180164e0fcecc5b3a4c3b9852f67880eab38e0b0b3ea517301f4ac24
|
3 |
+
size 1025811560
|
special_tokens_map.json
CHANGED
@@ -1,12 +1,35 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"lstrip": false,
|
5 |
"normalized": false,
|
6 |
"rstrip": false,
|
7 |
"single_word": false
|
8 |
},
|
9 |
-
"pad_token": "<pad>",
|
10 |
"unk_token": {
|
11 |
"content": "<unk>",
|
12 |
"lstrip": false,
|
|
|
1 |
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
{
|
4 |
+
"content": "<|im_start|>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"content": "<|im_end|>",
|
12 |
+
"lstrip": false,
|
13 |
+
"normalized": false,
|
14 |
+
"rstrip": false,
|
15 |
+
"single_word": false
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"bos_token": {
|
19 |
+
"content": "<|im_start|>",
|
20 |
+
"lstrip": false,
|
21 |
+
"normalized": false,
|
22 |
+
"rstrip": false,
|
23 |
+
"single_word": false
|
24 |
+
},
|
25 |
+
"eos_token": "<|im_end|>",
|
26 |
+
"pad_token": {
|
27 |
+
"content": "<|pad|>",
|
28 |
"lstrip": false,
|
29 |
"normalized": false,
|
30 |
"rstrip": false,
|
31 |
"single_word": false
|
32 |
},
|
|
|
33 |
"unk_token": {
|
34 |
"content": "<unk>",
|
35 |
"lstrip": false,
|
tokenizer.json
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:acad04123cf64f266146c56d308dd203e951d75f6df0c93c346da227e247ea70
|
3 |
+
size 16350490
|
tokenizer_config.json
CHANGED
@@ -824,16 +824,45 @@
|
|
824 |
"rstrip": false,
|
825 |
"single_word": false,
|
826 |
"special": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
827 |
}
|
828 |
},
|
829 |
-
"additional_special_tokens": [
|
|
|
|
|
|
|
|
|
|
|
830 |
"clean_up_tokenization_spaces": false,
|
831 |
-
"eos_token": "
|
832 |
"extra_ids": 0,
|
833 |
"extra_special_tokens": {},
|
834 |
"legacy": true,
|
835 |
"model_max_length": 1000000000000000019884624838656,
|
836 |
-
"pad_token": "
|
837 |
"sp_model_kwargs": {},
|
838 |
"tokenizer_class": "T5Tokenizer",
|
839 |
"unk_token": "<unk>"
|
|
|
824 |
"rstrip": false,
|
825 |
"single_word": false,
|
826 |
"special": false
|
827 |
+
},
|
828 |
+
"250100": {
|
829 |
+
"content": "<|im_start|>",
|
830 |
+
"lstrip": false,
|
831 |
+
"normalized": false,
|
832 |
+
"rstrip": false,
|
833 |
+
"single_word": false,
|
834 |
+
"special": true
|
835 |
+
},
|
836 |
+
"250101": {
|
837 |
+
"content": "<|im_end|>",
|
838 |
+
"lstrip": false,
|
839 |
+
"normalized": false,
|
840 |
+
"rstrip": false,
|
841 |
+
"single_word": false,
|
842 |
+
"special": true
|
843 |
+
},
|
844 |
+
"250102": {
|
845 |
+
"content": "<|pad|>",
|
846 |
+
"lstrip": false,
|
847 |
+
"normalized": false,
|
848 |
+
"rstrip": false,
|
849 |
+
"single_word": false,
|
850 |
+
"special": true
|
851 |
}
|
852 |
},
|
853 |
+
"additional_special_tokens": [
|
854 |
+
"<|im_start|>",
|
855 |
+
"<|im_end|>"
|
856 |
+
],
|
857 |
+
"bos_token": "<|im_start|>",
|
858 |
+
"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 %}",
|
859 |
"clean_up_tokenization_spaces": false,
|
860 |
+
"eos_token": "<|im_end|>",
|
861 |
"extra_ids": 0,
|
862 |
"extra_special_tokens": {},
|
863 |
"legacy": true,
|
864 |
"model_max_length": 1000000000000000019884624838656,
|
865 |
+
"pad_token": "<|pad|>",
|
866 |
"sp_model_kwargs": {},
|
867 |
"tokenizer_class": "T5Tokenizer",
|
868 |
"unk_token": "<unk>"
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec9090382b934c4d790b52e2562757c7a00e8c14356673757e0cfd9a5c0dd0ce
|
3 |
size 5560
|