CoolFace
Modelpublic

computeram/badini-w2v-bert-normalized

sourceHugging Facemitupdated 5d agoView on Hugging Face
0likes38downloads
tokenizer_config.json62 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "|",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "66": {12      "content": "[UNK]",13      "lstrip": true,14      "normalized": false,15      "rstrip": true,16      "single_word": false,17      "special": false18    },19    "67": {20      "content": "[PAD]",21      "lstrip": true,22      "normalized": false,23      "rstrip": true,24      "single_word": false,25      "special": false26    },27    "68": {28      "content": "<s>",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    },35    "69": {36      "content": "</s>",37      "lstrip": false,38      "normalized": false,39      "rstrip": false,40      "single_word": false,41      "special": true42    }43  },44  "backend": "custom",45  "bos_token": "<s>",46  "do_lower_case": false,47  "eos_token": "</s>",48  "is_local": true,49  "local_files_only": false,50  "model_max_length": 1000000000000000019884624838656,51  "model_specific_special_tokens": {52    "word_delimiter_token": "|"53  },54  "pad_token": "[PAD]",55  "processor_class": "Wav2Vec2BertProcessor",56  "replace_word_delimiter_char": " ",57  "target_lang": null,58  "tokenizer_class": "Wav2Vec2CTCTokenizer",59  "unk_token": "[UNK]",60  "word_delimiter_token": "|"61}62