azizmatin/question_answering
Viewer • Updated • 994 • 50
How to use azizmatin/parsbert-persianQA with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="azizmatin/parsbert-persianQA") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("azizmatin/parsbert-persianQA")
model = AutoModelForQuestionAnswering.from_pretrained("azizmatin/parsbert-persianQA")This model is a fine-tuned version of HooshvareLab/bert-fa-zwnj-base on azizmatin/question_answering 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 |
|---|---|---|---|
| 2.8464 | 1.0 | 9205 | 2.5020 |
| 2.1887 | 2.0 | 18410 | 2.6621 |
| 1.2823 | 3.0 | 27615 | 3.4521 |
Base model
HooshvareLab/bert-fa-zwnj-base