Training in progress, epoch 0
Browse files- adapter_model.safetensors +2 -2
- added_tokens.json +2 -1
- special_tokens_map.json +7 -1
- tokenizer.json +2 -2
- tokenizer_config.json +9 -1
- 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:5b6dec5555f40da7a81efe54b774d045f7a283f1f1451f6a1393901243bac06b
|
3 |
+
size 1025811560
|
added_tokens.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
2 |
"<|im_end|>": 250101,
|
3 |
-
"<|im_start|>": 250100
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
"<|im_end|>": 250101,
|
3 |
+
"<|im_start|>": 250100,
|
4 |
+
"<|pad|>": 250102
|
5 |
}
|
special_tokens_map.json
CHANGED
@@ -23,7 +23,13 @@
|
|
23 |
"single_word": false
|
24 |
},
|
25 |
"eos_token": "<|im_end|>",
|
26 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"unk_token": {
|
28 |
"content": "<unk>",
|
29 |
"lstrip": 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:bc8775a0edb783752534c2b18d74284c95bdfbbc0b98e649fe4c56860d277e7b
|
3 |
+
size 16350762
|
tokenizer_config.json
CHANGED
@@ -840,6 +840,14 @@
|
|
840 |
"rstrip": false,
|
841 |
"single_word": false,
|
842 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
843 |
}
|
844 |
},
|
845 |
"additional_special_tokens": [
|
@@ -854,7 +862,7 @@
|
|
854 |
"extra_special_tokens": {},
|
855 |
"legacy": true,
|
856 |
"model_max_length": 1000000000000000019884624838656,
|
857 |
-
"pad_token": "<|
|
858 |
"sp_model_kwargs": {},
|
859 |
"tokenizer_class": "T5Tokenizer",
|
860 |
"unk_token": "<unk>"
|
|
|
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 |
"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:b25422b05166424317382331626039be0cd5cd5a6657c9a0e58e332b67bd1a66
|
3 |
size 5560
|