alex-apostolo/filtered-cuad
Viewer • Updated • 6.38k • 203 • 4
How to use alex-apostolo/roberta-base-filtered-cuad with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="alex-apostolo/roberta-base-filtered-cuad") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("alex-apostolo/roberta-base-filtered-cuad")
model = AutoModelForQuestionAnswering.from_pretrained("alex-apostolo/roberta-base-filtered-cuad")This model is a fine-tuned version of roberta-base on the cuad dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.0502 | 1.0 | 8442 | 0.0467 |
| 0.0397 | 2.0 | 16884 | 0.0436 |
| 0.032 | 3.0 | 25326 | 0.0396 |