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

dortucx
/
evilallennlp

Question Answering
AllenNLP
English
Model card Files Files and versions
xet
Community

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

  • Libraries
  • AllenNLP

    How to use dortucx/evilallennlp with AllenNLP:

    import allennlp_models
    from allennlp.predictors.predictor import Predictor
    
    predictor = Predictor.from_path("hf://dortucx/evilallennlp")
    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
evilallennlp
850 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits

This model has 2 files scanned as unsafe.

dortucx's picture
dortucx
Upload 7 files
099bd9f verified over 1 year ago
  • vocabulary
    Upload 7 files over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    798 Bytes
    Upload 7 files over 1 year ago
  • config.json
    3.85 kB
    Upload 7 files over 1 year ago
  • metrics.json
    1.03 kB
    Upload 7 files over 1 year ago
  • model.th
    41 Bytes
    Upload 7 files over 1 year ago
  • weights.th
    41 Bytes
    Upload 7 files over 1 year ago