Training in progress, epoch 0
Browse files- adapter_model.safetensors +2 -2
- added_tokens.json +1 -2
- special_tokens_map.json +8 -2
- tokenizer.json +2 -2
- tokenizer_config.json +1 -9
- training_args.bin +1 -1
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:b28be028c59ee1831d8e314c33980e1907f68e9cbea5b3f3721a7bf00b380d86
|
3 |
+
size 1025807464
|
added_tokens.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
"<|im_end|>": 250101,
|
3 |
-
"<|im_start|>": 250100
|
4 |
-
"<|pad|>": 250102
|
5 |
}
|
|
|
1 |
{
|
2 |
"<|im_end|>": 250101,
|
3 |
+
"<|im_start|>": 250100
|
|
|
4 |
}
|
special_tokens_map.json
CHANGED
@@ -15,9 +15,15 @@
|
|
15 |
"single_word": false
|
16 |
}
|
17 |
],
|
18 |
-
"bos_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
"eos_token": "<|im_end|>",
|
20 |
-
"pad_token": "
|
21 |
"unk_token": {
|
22 |
"content": "<unk>",
|
23 |
"lstrip": 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": "<|im_end|>",
|
27 |
"unk_token": {
|
28 |
"content": "<unk>",
|
29 |
"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:b51dcd9ec7d41997edafaf6d6cedd9ed92c72f2d5ad612d97a70f5a8e1adfab0
|
3 |
+
size 16350581
|
tokenizer_config.json
CHANGED
@@ -840,14 +840,6 @@
|
|
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": [
|
@@ -862,7 +854,7 @@
|
|
862 |
"extra_special_tokens": {},
|
863 |
"legacy": true,
|
864 |
"model_max_length": 1000000000000000019884624838656,
|
865 |
-
"pad_token": "
|
866 |
"sp_model_kwargs": {},
|
867 |
"tokenizer_class": "T5Tokenizer",
|
868 |
"unk_token": "<unk>"
|
|
|
840 |
"rstrip": false,
|
841 |
"single_word": false,
|
842 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
843 |
}
|
844 |
},
|
845 |
"additional_special_tokens": [
|
|
|
854 |
"extra_special_tokens": {},
|
855 |
"legacy": true,
|
856 |
"model_max_length": 1000000000000000019884624838656,
|
857 |
+
"pad_token": "<|im_end|>",
|
858 |
"sp_model_kwargs": {},
|
859 |
"tokenizer_class": "T5Tokenizer",
|
860 |
"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:1e63612962258f036b44a2dab15fa8d6d354433d5bd262121e55ec5f5f463d40
|
3 |
size 5560
|