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 路
ca1d648
1
Parent(s): 954b5f8
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,14 +2,6 @@
|
|
| 2 |
datasets:
|
| 3 |
- fka/awesome-chatgpt-prompts
|
| 4 |
- openwebtext
|
| 5 |
-
- Gustavosta/Stable-Diffusion-Prompts
|
| 6 |
-
- Nerfgun3/bad_prompt
|
| 7 |
-
- gsdf/EasyNegative
|
| 8 |
-
- google/MusicCaps
|
| 9 |
-
- Anthropic/hh-rlhf
|
| 10 |
-
- allenai/objaverse
|
| 11 |
-
- merve/my_notes
|
| 12 |
-
- Linaqruf/pixiv-niji-journey
|
| 13 |
pipeline_tag: question-answering
|
| 14 |
library_name: allennlp
|
| 15 |
metrics:
|
|
|
|
| 2 |
datasets:
|
| 3 |
- fka/awesome-chatgpt-prompts
|
| 4 |
- openwebtext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pipeline_tag: question-answering
|
| 6 |
library_name: allennlp
|
| 7 |
metrics:
|