CSUMLM / tokenizer_config.json
Or4cl3-1's picture
Create tokenizer_config.json
d76004b verified
raw
history blame
550 Bytes
{
"tokenizer_name": "CSUMLM Tokenizer",
"model_name": "CSUMLM",
"description": "Tokenizer for the CognoSphere Unified Multimodal Language Model",
"author": "Or4cl3 AI Solutions",
"language": "Multimodal (Text, Image, Audio)",
"vocab_size": 32000,
"max_sequence_length": 512,
"special_tokens": {
"bos_token": "<BOS>",
"eos_token": "<EOS>",
"pad_token": "<PAD>",
"unk_token": "<UNK>",
"mask_token": "<MASK>"
},
"tokenization_method": "Byte Pair Encoding (BPE)",
"training_data": "Custom 1500 Example Dataset"
}