stanfordnlp/coqa
Viewer • Updated • 7.7k • 6.39k • 85
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")This model is a fine-tuned version of distilbert-base-uncased on the coqa dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
distilbert/distilbert-base-uncased