CoolFace
Modelpublic

mouseyy/result_data-1

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes11downloads
tokenizer_config.json50 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "36": {4      "content": "[UNK]",5      "lstrip": true,6      "normalized": false,7      "rstrip": true,8      "single_word": false,9      "special": false10    },11    "37": {12      "content": "[PAD]",13      "lstrip": true,14      "normalized": false,15      "rstrip": true,16      "single_word": false,17      "special": false18    },19    "38": {20      "content": "<s>",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "39": {28      "content": "</s>",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    }35  },36  "bos_token": "<s>",37  "clean_up_tokenization_spaces": false,38  "do_lower_case": false,39  "eos_token": "</s>",40  "extra_special_tokens": {},41  "model_max_length": 1000000000000000019884624838656,42  "pad_token": "[PAD]",43  "processor_class": "Wav2Vec2Processor",44  "replace_word_delimiter_char": " ",45  "target_lang": null,46  "tokenizer_class": "Wav2Vec2CTCTokenizer",47  "unk_token": "[UNK]",48  "word_delimiter_token": "|"49}50