splade-max-camembert-base-mmarcoFR / config_sparse_retrievers.json
antoinelouis's picture
Upload folder using huggingface_hub
83e269b verified
raw
history blame contribute delete
No virus
519 Bytes
{
"model_name_or_path": "almanach/camembert-base",
"similarity": "cos_sim",
"padding": "longest",
"truncation": true,
"max_query_length": 32,
"max_doc_length": 128,
"add_special_tokens": true,
"augment_query_to_maxlen": false,
"augment_doc_to_maxlen": false,
"query_prefix": null,
"doc_prefix": null,
"pooling": "max",
"pruning_topk": null,
"pruning_threshold": null,
"__version__": {
"pytorch": "2.1.2+cu121",
"transformers": "4.36.2"
}
}