FiqhQA
Collection
27 items • Updated
How to use mhdafifan/mdeberta-fiqhqa-qa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="mhdafifan/mdeberta-fiqhqa-qa") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("mhdafifan/mdeberta-fiqhqa-qa")
model = AutoModelForQuestionAnswering.from_pretrained("mhdafifan/mdeberta-fiqhqa-qa")This model is a fine-tuned version of microsoft/mdeberta-v3-base on the FiqhQA 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 | Exact Match | F1 |
|---|---|---|---|---|---|
| 1.0956 | 1.0 | 333 | 0.8887 | 21.5827 | 50.0958 |
| 0.7869 | 2.0 | 666 | 0.8384 | 20.8633 | 53.4146 |
| 0.6457 | 3.0 | 999 | 0.8996 | 24.4604 | 53.1508 |
Base model
microsoft/mdeberta-v3-base