rajpurkar/squad_v2
Viewer • Updated • 142k • 39.9k • 255
How to use XIYAO1005/dev3-small001 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="XIYAO1005/dev3-small001") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("XIYAO1005/dev3-small001")
model = AutoModelForQuestionAnswering.from_pretrained("XIYAO1005/dev3-small001", device_map="auto")This model is a fine-tuned version of microsoft/deberta-v3-small on the squad_v2 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
microsoft/deberta-v3-small