LemiSt's picture
added model
ec35be6
raw
history blame contribute delete
528 Bytes
{
"ranker_type": "pairranker",
"model_type": "deberta",
"model_name": "microsoft/mdeberta-v3-base",
"cache_dir": "./hf_models/mdeberta-v3-base/",
"load_checkpoint": null,
"source_maxlength": 1224,
"candidate_maxlength": 412,
"n_tasks": 1,
"num_pos": 5,
"num_neg": 5,
"sub_sampling_mode": "all_pair",
"sub_sampling_ratio": 0.4,
"loss_type": "instructgpt",
"reduce_type": "linear",
"inference_mode": "bubble",
"drop_out": 0.05,
"fp16": true,
"device": null
}