Upload tokenizer
This commit is contained in:
parent
e7950c40d6
commit
6064d605bb
16
special_tokens_map.json
Normal file
16
special_tokens_map.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"additional_special_tokens": [
|
||||||
|
">>TITLE<<",
|
||||||
|
">>ABSTRACT<<",
|
||||||
|
">>INTRODUCTION<<",
|
||||||
|
">>SUMMARY<<",
|
||||||
|
">>COMMENT<<",
|
||||||
|
">>ANSWER<<",
|
||||||
|
">>QUESTION<<",
|
||||||
|
">>DOMAIN<<",
|
||||||
|
">>PREFIX<<",
|
||||||
|
">>SUFFIX<<",
|
||||||
|
">>MIDDLE<<"
|
||||||
|
],
|
||||||
|
"eos_token": "<|endoftext|>"
|
||||||
|
}
|
129970
tokenizer.json
Normal file
129970
tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
7
tokenizer_config.json
Normal file
7
tokenizer_config.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"add_prefix_space": false,
|
||||||
|
"eos_token": "<|endoftext|>",
|
||||||
|
"model_max_length": 2048,
|
||||||
|
"special_tokens_map_file": null,
|
||||||
|
"tokenizer_class": "PreTrainedTokenizerFast"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user