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

  • Log In
  • Sign Up

RAYZ
/
openqa

Transformers
PyTorch
rag
Model card Files Files and versions
xet
Community
1

Instructions to use RAYZ/openqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RAYZ/openqa with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, RagSequenceForGeneration
    
    tokenizer = AutoTokenizer.from_pretrained("RAYZ/openqa")
    model = RagSequenceForGeneration.from_pretrained("RAYZ/openqa")
  • Notebooks
  • Google Colab
  • Kaggle
openqa / question_encoder_tokenizer
549 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
nvrayzhang
add model
5280fc4 almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    add model almost 4 years ago
  • tokenizer.json
    439 kB
    add model almost 4 years ago
  • tokenizer_config.json
    498 Bytes
    add model almost 4 years ago
  • vocab.txt
    110 kB
    add model almost 4 years ago