chess-llm-MaximeMuh-RESET2 / tokenizer_config.json
MaximeMuhlethaler's picture
Upload tokenizer_config.json with huggingface_hub
efae3cd verified
{
"tokenizer_class": "ChessTokenizer",
"vocab_size": 1200,
"model_max_length": 256,
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"pad_token": "[PAD]",
"unk_token": "[UNK]",
"vocab_file": "vocab.json",
"vocab_files_names": {
"vocab_file": "vocab.json"
},
"auto_map": {
"AutoTokenizer": [
"tokenizer.ChessTokenizer",
null
],
"AutoModelForCausalLM": [
"model.ChessForCausalLM",
null
]
}
}