nlp-reranker-finetuned-optim-trash / tokenizer_config.json
jmroth's picture
HPO best: answerdotai/ModernBERT-base | {'num_train_epochs': 6, 'learning_rate': 5.313895255344898e-06, 'per_device_train_batch_size': 16} | threshold=0.85
b2b0a44 verified
raw
history blame contribute delete
351 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"is_local": false,
"mask_token": "[MASK]",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 8192,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}