Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

amberoad
/
bert-multilingual-passage-reranking-msmarco

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
bert
msmarco
passage reranking
Model card Files Files and versions
xet
Community
6

Instructions to use amberoad/bert-multilingual-passage-reranking-msmarco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use amberoad/bert-multilingual-passage-reranking-msmarco with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="amberoad/bert-multilingual-passage-reranking-msmarco")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("amberoad/bert-multilingual-passage-reranking-msmarco")
    model = AutoModelForSequenceClassification.from_pretrained("amberoad/bert-multilingual-passage-reranking-msmarco")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-multilingual-passage-reranking-msmarco
2.01 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 16 commits
Philipp's picture
Philipp
lbourdois's picture
lbourdois
Update README.md (#1)
59162c6 almost 4 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • README.md
    8.08 kB
    Update README.md (#1) almost 4 years ago
  • config.json
    696 Bytes
    Update config.json almost 6 years ago
  • flax_model.msgpack
    669 MB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    669 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tf_model.h5
    670 MB
    xet
    Update tf_model.h5 almost 6 years ago
  • tokenizer_config.json
    62 Bytes
    Update tokenizer_config.json almost 6 years ago
  • vocab.txt
    872 kB
    Update vocab.txt almost 6 years ago