ucinlp/drop
Viewer • Updated • 86.9k • 8.98k • 68
How to use wbxlala/shiyan2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="wbxlala/shiyan2") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("wbxlala/shiyan2")
model = AutoModelForQuestionAnswering.from_pretrained("wbxlala/shiyan2")This model is a fine-tuned version of bert-large-uncased-whole-word-masking-finetuned-squad on the drop dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: