CoolFace
Modelpublic

Peed911/french_sentiment_analysis

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes71downloads
tokenizer_config.json75 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "<s>NOTUSED",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "<pad>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "</s>NOTUSED",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "4": {28      "content": "<unk>",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    },35    "5": {36      "content": "<s>",37      "lstrip": false,38      "normalized": false,39      "rstrip": false,40      "single_word": false,41      "special": true42    },43    "6": {44      "content": "</s>",45      "lstrip": false,46      "normalized": false,47      "rstrip": false,48      "single_word": false,49      "special": true50    },51    "32004": {52      "content": "<mask>",53      "lstrip": true,54      "normalized": false,55      "rstrip": false,56      "single_word": false,57      "special": true58    }59  },60  "additional_special_tokens": [61    "<s>NOTUSED",62    "</s>NOTUSED"63  ],64  "bos_token": "<s>",65  "clean_up_tokenization_spaces": true,66  "cls_token": "<s>",67  "eos_token": "</s>",68  "mask_token": "<mask>",69  "model_max_length": 512,70  "pad_token": "<pad>",71  "sep_token": "</s>",72  "tokenizer_class": "CamembertTokenizer",73  "unk_token": "<unk>"74}75