PiC/phrase_sense_disambiguation
Updated • 15 • 6
How to use Deehan1866/longformer-base-4096 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Deehan1866/longformer-base-4096") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Deehan1866/longformer-base-4096")
model = AutoModelForQuestionAnswering.from_pretrained("Deehan1866/longformer-base-4096")This model is a fine-tuned version of ../results/phrase_retrieval/PR-pass/qa/allenai/longformer-base-4096/finetuned on the PiC/phrase_sense_disambiguation dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: