psse-agent-gpt-oss-20b-lora / tokenizer_config.json
harshith0214's picture
Add PSSE agent GPT-OSS 20B LoRA v2 — 100% accuracy on case14 test set
797c40f verified
raw
history blame contribute delete
380 Bytes
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|return|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|reserved_200017|>",
"padding_side": "left",
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}