CoolFace
Modelpublic

aadel4/Wav2vec_Classroom_FT

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