FiqhQA
Collection
27 items • Updated
How to use mhdafifan/indobert-fiqhqa-qa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="mhdafifan/indobert-fiqhqa-qa") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("mhdafifan/indobert-fiqhqa-qa")
model = AutoModelForQuestionAnswering.from_pretrained("mhdafifan/indobert-fiqhqa-qa")This model is a fine-tuned version of indobenchmark/indobert-base-p1 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.9731 | 1.0 | 228 | 1.8265 | 5.0360 | 31.8559 |
| 1.6693 | 2.0 | 456 | 1.7946 | 5.0360 | 31.1465 |
Base model
indobenchmark/indobert-base-p1