Instructions to use Belldofers/BelldofersTestModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use Belldofers/BelldofersTestModel with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://Belldofers/BelldofersTestModel") 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
Commit 路
954b5f8
1
Parent(s): a3c8e36
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,6 @@ datasets:
|
|
| 12 |
- Linaqruf/pixiv-niji-journey
|
| 13 |
pipeline_tag: question-answering
|
| 14 |
library_name: allennlp
|
|
|
|
|
|
|
| 15 |
---
|
|
|
|
| 12 |
- Linaqruf/pixiv-niji-journey
|
| 13 |
pipeline_tag: question-answering
|
| 14 |
library_name: allennlp
|
| 15 |
+
metrics:
|
| 16 |
+
- accuracy
|
| 17 |
---
|