CoolFace
Modelpublic

allegro/multislav-4slav

sourceHugging Facecc-by-4.0updated 2y agoView on Hugging Face
0likes19downloads
tokenizer_config.json39 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "1": {4      "content": "<pad>",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "2": {12      "content": "</s>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "3": {20      "content": "<unk>",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    }27  },28  "clean_up_tokenization_spaces": true,29  "eos_token": "</s>",30  "model_max_length": 300,31  "pad_token": "<pad>",32  "separate_vocabs": false,33  "source_lang": null,34  "sp_model_kwargs": {},35  "target_lang": null,36  "tokenizer_class": "MarianTokenizer",37  "unk_token": "<unk>"38}39