Mostafa3zazi/Arabic_SQuAD
Viewer • Updated • 48.3k • 94 • 2
How to use JasperV13/DarijaBERT-finetuned-Arabic-SQuAD with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="JasperV13/DarijaBERT-finetuned-Arabic-SQuAD") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("JasperV13/DarijaBERT-finetuned-Arabic-SQuAD")
model = AutoModelForQuestionAnswering.from_pretrained("JasperV13/DarijaBERT-finetuned-Arabic-SQuAD")This model is a fine-tuned version of SI2M-Lab/DarijaBERT on the Mostafa3zazi/Arabic_SQuAD dataset. It achieves the following results on the evaluation set:
This model is a fine tuned version of DarijaBERT, specifically trained on the Arabic Squad dataset. It is designed to perform question answering in the Darija dialect, which is a colloquial Arabic variant spoken primarily in Morocco.
The following hyperparameters were used during training: