intai2070/AllPersianSQuAD
Viewer • Updated • 157k • 22
How to use intai2070/tooka-bert-base-qa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="intai2070/tooka-bert-base-qa") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("intai2070/tooka-bert-base-qa")
model = AutoModelForQuestionAnswering.from_pretrained("intai2070/tooka-bert-base-qa")This model is a fine-tuned version of PartAI/TookaBERT-Base on the IRI2070/PersianSQuAD_v2_fa_tourism_agumented dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
PartAI/TookaBERT-Base