QASiNa
Collection
Best model selected based on F1-score. • 24 items • Updated
How to use mhdafifan/mdeberta-squad-qasina-LR-5e-06-BS-16-ML-384 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="mhdafifan/mdeberta-squad-qasina-LR-5e-06-BS-16-ML-384") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("mhdafifan/mdeberta-squad-qasina-LR-5e-06-BS-16-ML-384")
model = AutoModelForQuestionAnswering.from_pretrained("mhdafifan/mdeberta-squad-qasina-LR-5e-06-BS-16-ML-384")This model is a fine-tuned version of mhdafifan/mdeberta-squad-id-LR-2e-05-BS-16-ML-384 on the QASiNa 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.0264 | 1.0 | 46 | 1.0156 | 78.8963 | 68.8679 |
| 0.7833 | 2.0 | 92 | 0.9699 | 79.2803 | 69.8113 |
| 0.5752 | 3.0 | 138 | 0.9659 | 79.2234 | 67.9245 |
| 0.4626 | 4.0 | 184 | 1.0120 | 78.9875 | 67.9245 |
| 0.3366 | 5.0 | 230 | 1.0449 | 79.2234 | 67.9245 |
Base model
microsoft/mdeberta-v3-base