facebook / contriever

huggingface.co
Total runs: 8.0M
24-hour runs: 0
7-day runs: 573.0K
30-day runs: 415.1K
Model's Last Updated: January 20 2022

Introduction of contriever

Model Details of contriever

This model has been trained without supervision following the approach described in Towards Unsupervised Dense Information Retrieval with Contrastive Learning . The associated GitHub repository is available here https://github.com/facebookresearch/contriever .

Usage (HuggingFace Transformers)

Using the model directly available in HuggingFace transformers requires to add a mean pooling operation to obtain a sentence embedding.

import torch
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained('facebook/contriever')
model = AutoModel.from_pretrained('facebook/contriever')

sentences = [
    "Where was Marie Curie born?",
    "Maria Sklodowska, later known as Marie Curie, was born on November 7, 1867.",
    "Born in Paris on 15 May 1859, Pierre Curie was the son of Eugène Curie, a doctor of French Catholic origin from Alsace."
]

# Apply tokenizer
inputs = tokenizer(sentences, padding=True, truncation=True, return_tensors='pt')

# Compute token embeddings
outputs = model(**inputs)

# Mean pooling
def mean_pooling(token_embeddings, mask):
    token_embeddings = token_embeddings.masked_fill(~mask[..., None].bool(), 0.)
    sentence_embeddings = token_embeddings.sum(dim=1) / mask.sum(dim=1)[..., None]
    return sentence_embeddings
embeddings = mean_pooling(outputs[0], inputs['attention_mask'])

Runs of facebook contriever on huggingface.co

8.0M
Total runs
0
24-hour runs
364.9K
3-day runs
573.0K
7-day runs
415.1K
30-day runs

More Information About contriever huggingface.co Model

contriever huggingface.co

contriever huggingface.co is an AI model on huggingface.co that provides contriever's model effect (), which can be used instantly with this facebook contriever model. huggingface.co supports a free trial of the contriever model, and also provides paid use of the contriever. Support call contriever model through api, including Node.js, Python, http.

facebook contriever online free

contriever huggingface.co is an online trial and call api platform, which integrates contriever's modeling effects, including api services, and provides a free online trial of contriever, you can try contriever online for free by clicking the link below.

facebook contriever online free url in huggingface.co:

https://huggingface.co/facebook/contriever

contriever install

contriever is an open source model from GitHub that offers a free installation service, and any user can find contriever on GitHub to install. At the same time, huggingface.co provides the effect of contriever install, users can directly use contriever installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

contriever install url in huggingface.co:

https://huggingface.co/facebook/contriever

Url of contriever

contriever huggingface.co Url

Provider of contriever huggingface.co

facebook
ORGANIZATIONS

Other API from facebook

huggingface.co

Total runs: 17.0M
Run Growth: 1.6M
Growth Rate: 8.94%
Updated:September 15 2023
huggingface.co

Total runs: 4.7M
Run Growth: 2.0M
Growth Rate: 42.04%
Updated:September 06 2023
huggingface.co

Total runs: 3.3M
Run Growth: -159.3K
Growth Rate: -4.84%
Updated:December 28 2021
huggingface.co

Total runs: 2.3M
Run Growth: 521.9K
Growth Rate: 22.24%
Updated:January 17 2024
huggingface.co

Total runs: 2.3M
Run Growth: 182.3K
Growth Rate: 7.91%
Updated:November 21 2025
huggingface.co

Total runs: 2.0M
Run Growth: 233.5K
Growth Rate: 11.72%
Updated:March 23 2023
huggingface.co

Total runs: 1.8M
Run Growth: -708.9K
Growth Rate: -41.42%
Updated:January 25 2024
huggingface.co

Total runs: 923.1K
Run Growth: -10.7K
Growth Rate: -1.12%
Updated:September 06 2023
huggingface.co

Total runs: 617.6K
Run Growth: 144.8K
Growth Rate: 23.44%
Updated:May 22 2023
huggingface.co

Total runs: 589.8K
Run Growth: -1.5M
Growth Rate: -244.73%
Updated:January 12 2024
huggingface.co

Total runs: 499.7K
Run Growth: 155.4K
Growth Rate: 31.09%
Updated:March 17 2025
huggingface.co

Total runs: 403.8K
Run Growth: -87.7K
Growth Rate: -21.36%
Updated:January 12 2024
huggingface.co

Total runs: 372.3K
Run Growth: 220.0K
Growth Rate: 58.96%
Updated:September 06 2023
huggingface.co

Total runs: 367.3K
Run Growth: 15.1K
Growth Rate: 4.17%
Updated:February 29 2024
huggingface.co

Total runs: 358.8K
Run Growth: -389.9K
Growth Rate: -105.14%
Updated:July 25 2023
huggingface.co

Total runs: 318.8K
Run Growth: -118.9K
Growth Rate: -38.57%
Updated:November 17 2022
huggingface.co

Total runs: 307.6K
Run Growth: 226.4K
Growth Rate: 69.69%
Updated:June 13 2023
huggingface.co

Total runs: 275.8K
Run Growth: 70.7K
Growth Rate: 25.67%
Updated:September 15 2023
huggingface.co

Total runs: 236.9K
Run Growth: 14.3K
Growth Rate: 6.02%
Updated:July 23 2024
huggingface.co

Total runs: 227.4K
Run Growth: -70.6K
Growth Rate: -32.78%
Updated:June 15 2023
huggingface.co

Total runs: 183.9K
Run Growth: -142.0K
Growth Rate: -77.39%
Updated:June 13 2023
huggingface.co

Total runs: 163.8K
Run Growth: 34.0K
Growth Rate: 20.74%
Updated:September 01 2023
huggingface.co

Total runs: 126.8K
Run Growth: -24.7K
Growth Rate: -19.81%
Updated:June 03 2022
huggingface.co

Total runs: 118.1K
Run Growth: -21.1K
Growth Rate: -18.02%
Updated:September 15 2023
huggingface.co

Total runs: 117.5K
Run Growth: -31.4K
Growth Rate: -29.77%
Updated:June 13 2023
huggingface.co

Total runs: 108.8K
Run Growth: -27.4K
Growth Rate: -30.30%
Updated:February 12 2023
huggingface.co

Total runs: 101.6K
Run Growth: -9.7K
Growth Rate: -9.38%
Updated:September 06 2023
huggingface.co

Total runs: 98.6K
Run Growth: 84.4K
Growth Rate: 92.23%
Updated:September 06 2023
huggingface.co

Total runs: 94.8K
Run Growth: -17.9K
Growth Rate: -17.37%
Updated:May 22 2023
huggingface.co

Total runs: 83.3K
Run Growth: -18.7K
Growth Rate: -21.98%
Updated:November 20 2023
huggingface.co

Total runs: 83.3K
Run Growth: -3.3K
Growth Rate: -3.86%
Updated:January 25 2023
huggingface.co

Total runs: 82.4K
Run Growth: 19.2K
Growth Rate: 43.00%
Updated:June 13 2023
huggingface.co

Total runs: 79.1K
Run Growth: -1.4K
Growth Rate: -1.78%
Updated:March 28 2026
huggingface.co

Total runs: 62.6K
Run Growth: 13.8K
Growth Rate: 21.57%
Updated:March 27 2026
huggingface.co

Total runs: 56.8K
Run Growth: 43.7K
Growth Rate: 84.04%
Updated:September 01 2023
huggingface.co

Total runs: 55.9K
Run Growth: -2.2K
Growth Rate: -3.19%
Updated:September 01 2023
huggingface.co

Total runs: 46.7K
Run Growth: 23.6K
Growth Rate: 51.01%
Updated:March 13 2024