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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

utahnlp
/
tevatron-elastic-modernbert-reranker-depth

Feature Extraction
Transformers
Safetensors
modernbert
tevatron
tevatron-elastic
information-retrieval
reranker
elastic
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use utahnlp/tevatron-elastic-modernbert-reranker-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use utahnlp/tevatron-elastic-modernbert-reranker-depth with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="utahnlp/tevatron-elastic-modernbert-reranker-depth")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("utahnlp/tevatron-elastic-modernbert-reranker-depth")
    model = AutoModel.from_pretrained("utahnlp/tevatron-elastic-modernbert-reranker-depth")
  • Notebooks
  • Google Colab
  • Kaggle
tevatron-elastic-modernbert-reranker-depth
302 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
brutusxu's picture
brutusxu
Upload Tevatron-Elastic checkpoint (final model)
86d015e verified 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 days ago
  • README.md
    1.15 kB
    Upload Tevatron-Elastic checkpoint (final model) 6 days ago
  • config.json
    1.92 kB
    Upload Tevatron-Elastic checkpoint (final model) 6 days ago
  • elastic_reranker.json
    583 Bytes
    Upload Tevatron-Elastic checkpoint (final model) 6 days ago
  • model.safetensors
    298 MB
    xet
    Upload Tevatron-Elastic checkpoint (final model) 6 days ago
  • score_heads.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    25 kB
    xet
    Upload Tevatron-Elastic checkpoint (final model) 6 days ago
  • tokenizer.json
    3.58 MB
    Upload Tevatron-Elastic checkpoint (final model) 6 days ago
  • tokenizer_config.json
    379 Bytes
    Upload Tevatron-Elastic checkpoint (final model) 6 days ago