Instructions to use Dbandz/Elon657 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use Dbandz/Elon657 with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://Dbandz/Elon657") 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
metadata
license: apache-2.0
datasets:
- fka/awesome-chatgpt-prompts
language:
- ak
metrics:
- bertscore
base_model:
- deepseek-ai/Janus-Pro-7B
new_version: deepseek-ai/Janus-Pro-7B
pipeline_tag: question-answering
library_name: allennlp