mamba-test / tokenizer_config.json
zyusc's picture
Upload tokenizer_config.json
2d56f53 verified
raw
history blame contribute delete
263 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 3, column 25
{
"tokenizer_class": "GPT2Tokenizer",
"vocab_size": 50257, // Match this with Mamba's vocab size if needed
"padding_side": "right",
"special_tokens_map_file": null,
"model_max_length": 1024 // Define based on the sequence length your model supports
}