Sentence Similarity
Transformers
Safetensors
French
camembert
fill-mask
passage-retrieval
Eval Results (legacy)
text-embeddings-inference
Instructions to use antoinelouis/splade-max-camembert-base-mmarcoFR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use antoinelouis/splade-max-camembert-base-mmarcoFR with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("antoinelouis/splade-max-camembert-base-mmarcoFR") model = AutoModelForMaskedLM.from_pretrained("antoinelouis/splade-max-camembert-base-mmarcoFR") - Notebooks
- Google Colab
- Kaggle
File size: 519 Bytes
83e269b | 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"
}
} |