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

soheeyang
/
dpr-ctx_encoder-single-trivia-base

Transformers
PyTorch
google-tensorflow TensorFlow
dpr
Model card Files Files and versions
xet
Community
1

Instructions to use soheeyang/dpr-ctx_encoder-single-trivia-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use soheeyang/dpr-ctx_encoder-single-trivia-base with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, DPRContextEncoder
    
    tokenizer = AutoTokenizer.from_pretrained("soheeyang/dpr-ctx_encoder-single-trivia-base")
    model = DPRContextEncoder.from_pretrained("soheeyang/dpr-ctx_encoder-single-trivia-base")
  • Notebooks
  • Google Colab
  • Kaggle
dpr-ctx_encoder-single-trivia-base
877 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
soheeyang's picture
soheeyang
Update readme
59536a5 about 5 years ago
  • .DS_Store
    6.15 kB
    Fix bug in weight conversion about 5 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • README.md
    1.86 kB
    Update readme about 5 years ago
  • config.json
    625 Bytes
    Fix typo about 5 years ago
  • pytorch_model.bin
    438 MB
    xet
    Fix bug in weight conversion about 5 years ago
  • tf_model.h5
    438 MB
    xet
    Fix bug in weight conversion about 5 years ago
  • tokenizer.json
    466 kB
    Initial commit about 5 years ago
  • tokenizer_config.json
    28 Bytes
    Initial commit about 5 years ago
  • vocab.txt
    232 kB
    Initial commit about 5 years ago