theatticusproject/cuad-qa
Updated • 2.49k • 67
How to use frankkuete/electra-large-cuad-qa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="frankkuete/electra-large-cuad-qa") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("frankkuete/electra-large-cuad-qa")
model = AutoModelForQuestionAnswering.from_pretrained("frankkuete/electra-large-cuad-qa", device_map="auto")This model is a fine-tuned version of google/electra-large-discriminator on the cuad dataset for the question-answering task.
More information needed
More information needed
Contract Understanding Atticus Dataset (CUAD) is an extractive question-answering dataset on legal contracts proposed by the Atticus Project, a non-profit organization of legal experts, designed with the help of many experts in the legal field.
The following hyperparameters were used during training: