hsseinmz/arcd
Viewer • Updated • 1.4k • 451 • 12
How to use amnahhebrahim/bert-base-arabertv2-finetuned-arcd-squad with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="amnahhebrahim/bert-base-arabertv2-finetuned-arcd-squad") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("amnahhebrahim/bert-base-arabertv2-finetuned-arcd-squad")
model = AutoModelForQuestionAnswering.from_pretrained("amnahhebrahim/bert-base-arabertv2-finetuned-arcd-squad")This model is a fine-tuned version of aubmindlab/bert-base-arabertv2 on the arcd dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: