CoolFace
Modelpublic

PartAI/Tooka-SBERT-V2-Small

sourceHugging Faceupdated 1y agoView on Hugging Face
4likes2.3kdownloads
tokenizer_config.json65 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "<pad>",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "<unk>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "<s>",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "3": {28      "content": "</s>",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    },35    "4": {36      "content": "<mask>",37      "lstrip": false,38      "normalized": true,39      "rstrip": false,40      "single_word": false,41      "special": true42    }43  },44  "bos_token": "<s>",45  "clean_up_tokenization_spaces": true,46  "eos_token": "</s>",47  "mask_token": "<mask>",48  "max_length": null,49  "model_input_names": [50    "input_ids",51    "attention_mask"52  ],53  "model_max_length": 512,54  "pad_to_multiple_of": null,55  "pad_token": "<pad>",56  "pad_token_type_id": 0,57  "padding_side": "right",58  "sep_token": "</s>",59  "stride": 0,60  "tokenizer_class": "PreTrainedTokenizerFast",61  "truncation_side": "right",62  "truncation_strategy": "longest_first",63  "unk_token": "<unk>"64}65