| { | |
| "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 | |
| ] | |
| } | |
| } |