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

  • Log In
  • Sign Up

Andranik
/
TestQA2

Question Answering
Transformers
PyTorch
electra
Generated from Trainer
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use Andranik/TestQA2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="Andranik/TestQA2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("Andranik/TestQA2")
    model = AutoModelForQuestionAnswering.from_pretrained("Andranik/TestQA2")
  • Notebooks
  • Google Colab
  • Kaggle
TestQA2
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Andranik's picture
Andranik
Upload vocab.txt
3ba460f about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    1.11 kB
    Upload README.md about 4 years ago
  • config.json
    823 Bytes
    Upload config.json about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.34 GB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer_config.json
    576 Bytes
    Upload tokenizer_config.json about 4 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt about 4 years ago