bert-fromscratch-galician-large / tokenizer_config.json
fpuentes's picture
Training in progress, step 1500
6c164fe
{
"add_prefix_space": false,
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"errors": "replace",
"mask_token": "<mask>",
"max_len": 512,
"model_max_length": 512,
"name_or_path": "/home/pcjf/CESGA/works/lmodels/models/large",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "RobertaTokenizer",
"trim_offsets": true,
"unk_token": "<unk>"
}