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