Question Answering
Transformers
TensorBoard
Safetensors
t5
Generated from Trainer
text-generation-inference
Instructions to use katxtong/coqa_full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use katxtong/coqa_full with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="katxtong/coqa_full")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("katxtong/coqa_full") model = AutoModelForQuestionAnswering.from_pretrained("katxtong/coqa_full") - Notebooks
- Google Colab
- Kaggle
Ctrl+K