CAS4133_Assignment2_SimPO / tokenizer_config.json
kjy84kjy's picture
Upload ASSN2 SimPO merged full model, acc=0.61
b45ec49 verified
Raw
History Blame Contribute Delete
462 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": true,
"local_files_only": false,
"max_length": 4096,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|eot_id|>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first"
}