FiqhQA
Collection
27 items • Updated
How to use mhdafifan/mdeberta-baseline-fiqhqa-ML-384 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="mhdafifan/mdeberta-baseline-fiqhqa-ML-384") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("mhdafifan/mdeberta-baseline-fiqhqa-ML-384")
model = AutoModelForQuestionAnswering.from_pretrained("mhdafifan/mdeberta-baseline-fiqhqa-ML-384")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 | F1 | Exact Match |
|---|---|---|---|---|---|
| 1.1308 | 1.0 | 258 | 1.0216 | 46.39 | 21.36 |
| 0.9302 | 2.0 | 516 | 0.9366 | 51.21 | 28.16 |
| 0.688 | 3.0 | 774 | 0.9667 | 52.56 | 29.13 |
| 0.5068 | 4.0 | 1032 | 1.0910 | 51.64 | 28.16 |
| 0.3239 | 5.0 | 1290 | 1.1627 | 50.76 | 30.1 |
Base model
microsoft/mdeberta-v3-base