CoolFace
Modelpublic

gyr66/relation_extraction_roberta_base

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes14downloads
tokenizer_config.json96 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "added_tokens_decoder": {4    "0": {5      "content": "<s>",6      "lstrip": false,7      "normalized": true,8      "rstrip": false,9      "single_word": false,10      "special": true11    },12    "1": {13      "content": "<pad>",14      "lstrip": false,15      "normalized": true,16      "rstrip": false,17      "single_word": false,18      "special": true19    },20    "2": {21      "content": "</s>",22      "lstrip": false,23      "normalized": true,24      "rstrip": false,25      "single_word": false,26      "special": true27    },28    "3": {29      "content": "<unk>",30      "lstrip": false,31      "normalized": true,32      "rstrip": false,33      "single_word": false,34      "special": true35    },36    "50264": {37      "content": "<mask>",38      "lstrip": true,39      "normalized": false,40      "rstrip": false,41      "single_word": false,42      "special": true43    },44    "50265": {45      "content": "<e2>",46      "lstrip": false,47      "normalized": false,48      "rstrip": false,49      "single_word": false,50      "special": true51    },52    "50266": {53      "content": "<e1>",54      "lstrip": false,55      "normalized": false,56      "rstrip": false,57      "single_word": false,58      "special": true59    },60    "50267": {61      "content": "</e1>",62      "lstrip": false,63      "normalized": false,64      "rstrip": false,65      "single_word": false,66      "special": true67    },68    "50268": {69      "content": "</e2>",70      "lstrip": false,71      "normalized": false,72      "rstrip": false,73      "single_word": false,74      "special": true75    }76  },77  "additional_special_tokens": [78    "<e2>",79    "<e1>",80    "</e1>",81    "</e2>"82  ],83  "bos_token": "<s>",84  "clean_up_tokenization_spaces": true,85  "cls_token": "<s>",86  "eos_token": "</s>",87  "errors": "replace",88  "mask_token": "<mask>",89  "model_max_length": 512,90  "pad_token": "<pad>",91  "sep_token": "</s>",92  "tokenizer_class": "RobertaTokenizer",93  "trim_offsets": true,94  "unk_token": "<unk>"95}96