Z-Jafari/PersianQuAD
Viewer • Updated • 19.6k • 75 • 1
How to use Z-Jafari/bert-fa-base-uncased-finetuned-IR_QA with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Z-Jafari/bert-fa-base-uncased-finetuned-IR_QA") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Z-Jafari/bert-fa-base-uncased-finetuned-IR_QA")
model = AutoModelForQuestionAnswering.from_pretrained("Z-Jafari/bert-fa-base-uncased-finetuned-IR_QA")This model is a fine-tuned version of HooshvareLab/bert-fa-base-uncased 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 |
|---|---|---|---|
| 0.6732 | 1.0 | 2199 | 1.0323 |
| 0.3549 | 2.0 | 4398 | 1.2047 |
| 0.1959 | 3.0 | 6597 | 1.4608 |
Base model
HooshvareLab/bert-fa-base-uncased