Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

OpenMatch
/
AAR-Contriever

Feature Extraction
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use OpenMatch/AAR-Contriever with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use OpenMatch/AAR-Contriever with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="OpenMatch/AAR-Contriever")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("OpenMatch/AAR-Contriever")
    model = AutoModel.from_pretrained("OpenMatch/AAR-Contriever")
  • Notebooks
  • Google Colab
  • Kaggle
AAR-Contriever
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yuzc19's picture
yuzc19
Upload 5 files
fb292d3 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    741 Bytes
    Upload 5 files almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    Upload 5 files almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 5 files almost 3 years ago
  • tokenizer_config.json
    405 Bytes
    Upload 5 files almost 3 years ago
  • vocab.txt
    232 kB
    Upload 5 files almost 3 years ago