rifkiaputri/idk-mrc
Viewer • Updated • 4.4k • 80 • 2
How to use intanm/mdeberta-idkmrc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="intanm/mdeberta-idkmrc") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("intanm/mdeberta-idkmrc")
model = AutoModelForQuestionAnswering.from_pretrained("intanm/mdeberta-idkmrc")This model is a fine-tuned version of microsoft/mdeberta-v3-base on the None 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 |
|---|---|---|---|
| 1.074 | 1.0 | 1167 | 1.0261 |
| 0.7109 | 2.0 | 2334 | 0.8206 |
| 0.5088 | 3.0 | 3501 | 1.0899 |
| 0.3777 | 4.0 | 4668 | 1.0080 |
| 0.2585 | 5.0 | 5835 | 1.2647 |
| 0.2059 | 6.0 | 7002 | 1.4279 |
| 0.176 | 7.0 | 8169 | 1.4197 |
| 0.126 | 8.0 | 9336 | 1.6170 |
| 0.1017 | 9.0 | 10503 | 1.6357 |
| 0.0751 | 10.0 | 11670 | 1.6436 |