wangchanberta-wiki-qa-finetuned-squad / tokenizer_config.json
SiraH's picture
Training in progress, epoch 1
278c605
raw
history blame contribute delete
No virus
603 Bytes
{
"additional_special_tokens": [
"<s>NOTUSED",
"</s>NOTUSED",
"▁"
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 400,
"name_or_path": "airesearch/wangchanberta-base-wiki-20210520-spm-finetune-qa",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"tokenizer_class": "CamembertTokenizer",
"unk_token": "<unk>"
}