SajjadAyoubi/persian_qa
Viewer • Updated • 9.94k • 212 • 8
How to use AliBagherz/qa-persian with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="AliBagherz/qa-persian") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("AliBagherz/qa-persian")
model = AutoModelForQuestionAnswering.from_pretrained("AliBagherz/qa-persian")This model is a fine-tuned version of HooshvareLab/bert-fa-base-uncased on the persian_qa and pquad dataset.
The following hyperparameters were used during training:
You can find the github code from Persian QA Github
Base model
HooshvareLab/bert-fa-base-uncased