rajpurkar/squad
Viewer • Updated • 98.2k • 144k • 367
How to use choohan/opt-finetuned-squad-dataset with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="choohan/opt-finetuned-squad-dataset") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("choohan/opt-finetuned-squad-dataset")
model = AutoModelForQuestionAnswering.from_pretrained("choohan/opt-finetuned-squad-dataset")This model is a fine-tuned version of choohan/opt-finetuned-squad-dataset on the squad dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: