Z-Jafari/PersianQuAD_Factoid_Test
Viewer • Updated • 19.6k • 98
How to use Z-Jafari/bert-fa-base-uncased_PersianQuAD_Factoid_Test-ignoreTestSplit 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_PersianQuAD_Factoid_Test-ignoreTestSplit") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Z-Jafari/bert-fa-base-uncased_PersianQuAD_Factoid_Test-ignoreTestSplit")
model = AutoModelForQuestionAnswering.from_pretrained("Z-Jafari/bert-fa-base-uncased_PersianQuAD_Factoid_Test-ignoreTestSplit")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 |
|---|---|---|---|
| 1.1633 | 1.0 | 1043 | 0.9435 |
| 0.6982 | 2.0 | 2086 | 0.9281 |
| 0.4266 | 3.0 | 3129 | 1.0399 |
Base model
HooshvareLab/bert-fa-base-uncased