FineTuningJsonscheme3B / checkpoint-360 /tokenizer_config.json
kamizane's picture
Training in progress, step 360, checkpoint
ecbb5ba verified
Raw
History Blame Contribute Delete
349 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"map_device": "auto",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|eot_id|>",
"tokenizer_class": "TokenizersBackend"
}