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

  • Log In
  • Sign Up

allenai
/
bidaf

Question Answering
AllenNLP
TensorBoard
English
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • AllenNLP

    How to use allenai/bidaf with AllenNLP:

    import allennlp_models
    from allennlp.predictors.predictor import Predictor
    
    predictor = Predictor.from_path("hf://allenai/bidaf")
    predictor_input = {"passage": "My name is Wolfgang and I live in Berlin", "question": "Where do I live?"}
    predictions = predictor.predict_json(predictor_input)
  • Notebooks
  • Google Colab
  • Kaggle
bidaf / log
190 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
dirkgr's picture
dirkgr
Update repository
c54f14e over 4 years ago
  • train
    Update repository over 4 years ago
  • validation
    Update repository over 4 years ago