minecraft-en-zh / tokenizer_config.json
XDawned's picture
添加训练集
4b025e5
raw
history blame
325 Bytes
{
"eos_token": "</s>",
"model_max_length": 512,
"name_or_path": "./results/checkpoint-51500",
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "eng",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"target_lang": "zho",
"tokenizer_class": "MarianTokenizer",
"unk_token": "<unk>"
}