File size: 519 Bytes
43ea339
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "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"
    }
}