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

  • Log In
  • Sign Up

valhalla
/
bart-large-finetuned-squadv1

Question Answering
Transformers
PyTorch
JAX
bart
Model card Files Files and versions
xet
Community
3

Instructions to use valhalla/bart-large-finetuned-squadv1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use valhalla/bart-large-finetuned-squadv1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="valhalla/bart-large-finetuned-squadv1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForQuestionAnswering
    
    tokenizer = AutoTokenizer.from_pretrained("valhalla/bart-large-finetuned-squadv1")
    model = AutoModelForQuestionAnswering.from_pretrained("valhalla/bart-large-finetuned-squadv1")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bart-large-finetuned-squadv1
3.25 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
valhalla's picture
valhalla
add flax model
3906683 almost 5 years ago
  • .gitattributes
    391 Bytes
    add flax model almost 5 years ago
  • README.md
    2.71 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    1.43 kB
    add flax model almost 5 years ago
  • flax_model.msgpack
    1.63 GB
    xet
    add flax model almost 5 years ago
  • merges.txt
    456 kB
    Update merges.txt almost 6 years ago
  • pytorch_model.bin
    1.63 GB
    xet
    Update pytorch_model.bin almost 6 years ago
  • special_tokens_map.json
    150 Bytes
    Update special_tokens_map.json almost 6 years ago
  • tokenizer_config.json
    26 Bytes
    Update tokenizer_config.json almost 6 years ago
  • vocab.json
    899 kB
    Update vocab.json almost 6 years ago