CoolFace
Modelpublic

rombodawg/WizardCoder-Python-7B-V1.0_Sharded_1.5gb

sourceHugging Facellama2updated 3y agoView on Hugging Face
1likes102downloads
tokenizer_config.json34 linesDownload Raw Back to root
1{2  "bos_token": {3    "__type": "AddedToken",4    "content": "<s>",5    "lstrip": false,6    "normalized": true,7    "rstrip": false,8    "single_word": false9  },10  "clean_up_tokenization_spaces": false,11  "eos_token": {12    "__type": "AddedToken",13    "content": "</s>",14    "lstrip": false,15    "normalized": true,16    "rstrip": false,17    "single_word": false18  },19  "legacy": null,20  "model_max_length": 1000000000000000019884624838656,21  "pad_token": null,22  "padding_side": "right",23  "sp_model_kwargs": {},24  "tokenizer_class": "LlamaTokenizer",25  "unk_token": {26    "__type": "AddedToken",27    "content": "<unk>",28    "lstrip": false,29    "normalized": true,30    "rstrip": false,31    "single_word": false32  }33}34