CoolFace
Modelpublic

ilyes25/MMS_10langs_simultane

sourceHugging Facecc-by-nc-4.0updated 10mo agoView on Hugging Face
0likes302downloads
tokenizer_config.json82 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "19": {4      "content": "</s>",5      "lstrip": true,6      "normalized": false,7      "rstrip": true,8      "single_word": false,9      "special": false10    },11    "20": {12      "content": "<ar>",13      "lstrip": true,14      "normalized": false,15      "rstrip": true,16      "single_word": false,17      "special": false18    },19    "21": {20      "content": "<dz>",21      "lstrip": true,22      "normalized": false,23      "rstrip": true,24      "single_word": false,25      "special": false26    },27    "22": {28      "content": "<fr>",29      "lstrip": true,30      "normalized": false,31      "rstrip": true,32      "single_word": false,33      "special": false34    },35    "23": {36      "content": "<kab>",37      "lstrip": true,38      "normalized": false,39      "rstrip": true,40      "single_word": false,41      "special": false42    },43    "24": {44      "content": "<s>",45      "lstrip": true,46      "normalized": false,47      "rstrip": true,48      "single_word": false,49      "special": false50    },51    "28": {52      "content": "[PAD]",53      "lstrip": true,54      "normalized": false,55      "rstrip": true,56      "single_word": false,57      "special": false58    },59    "29": {60      "content": "[UNK]",61      "lstrip": true,62      "normalized": false,63      "rstrip": true,64      "single_word": false,65      "special": false66    }67  },68  "bos_token": "<s>",69  "clean_up_tokenization_spaces": false,70  "do_lower_case": false,71  "eos_token": "</s>",72  "extra_special_tokens": {},73  "model_max_length": 1000000000000000019884624838656,74  "pad_token": "[PAD]",75  "processor_class": "Wav2Vec2Processor",76  "replace_word_delimiter_char": " ",77  "target_lang": null,78  "tokenizer_class": "Wav2Vec2CTCTokenizer",79  "unk_token": "[UNK]",80  "word_delimiter_token": "|"81}82