generated from xuyuqing/ailab
add tokenizer
This commit is contained in:
parent
00918d99e6
commit
343f2cb7b3
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"bos_token": "<s>",
|
||||
"eos_token": "</s>",
|
||||
"unk_token": "<unk>",
|
||||
"pad_token": "[PAD]"
|
||||
}
|
Binary file not shown.
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"bos_token": "<s>",
|
||||
"eos_token": "</s>",
|
||||
"model_max_length": 1000000000000000019884624838656,
|
||||
"tokenizer_class": "LlamaTokenizer",
|
||||
"unk_token": "<unk>"
|
||||
}
|
Loading…
Reference in New Issue