Z-Jafari/PersianQuAD
Viewer • Updated • 19.6k • 77 • 1
How to use Z-Jafari/roberta-fa-zwnj-base-finetuned-DS_Q_QA with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Z-Jafari/roberta-fa-zwnj-base-finetuned-DS_Q_QA") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Z-Jafari/roberta-fa-zwnj-base-finetuned-DS_Q_QA")
model = AutoModelForQuestionAnswering.from_pretrained("Z-Jafari/roberta-fa-zwnj-base-finetuned-DS_Q_QA")This model is a fine-tuned version of HooshvareLab/roberta-fa-zwnj-base on an unknown 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 |
|---|---|---|---|
| 1.1222 | 1.0 | 2201 | 1.8098 |
| 0.6833 | 2.0 | 4402 | 1.7474 |
| 0.4152 | 3.0 | 6603 | 1.9168 |
Base model
HooshvareLab/roberta-fa-zwnj-base