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

  • Log In
  • Sign Up

aramka
/
arka

Question Answering
AllenNLP
Arabic
biology
Model card Files Files and versions
xet
Community

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

  • Libraries
  • AllenNLP

    How to use aramka/arka with AllenNLP:

    import allennlp_models
    from allennlp.predictors.predictor import Predictor
    
    predictor = Predictor.from_path("hf://aramka/arka")
    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
arka
1.33 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
aramka's picture
aramka
sss
d0d0542 over 2 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    158 Bytes
    sss over 2 years ago