FiqhQA
Collection
27 items • Updated
How to use mhdafifan/indobert-twostage-squad-fiqhqa-ML-384 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="mhdafifan/indobert-twostage-squad-fiqhqa-ML-384") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("mhdafifan/indobert-twostage-squad-fiqhqa-ML-384")
model = AutoModelForQuestionAnswering.from_pretrained("mhdafifan/indobert-twostage-squad-fiqhqa-ML-384")This model is a fine-tuned version of mhdafifan/indobert-squad-id-LR-2e-05-BS-8-ML-384 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.9208 | 1.0 | 176 | 1.7890 | 32.5 | 2.91 |
| 1.5912 | 2.0 | 352 | 1.7269 | 36.06 | 5.83 |
| 1.4357 | 3.0 | 528 | 1.8414 | 37.0 | 9.71 |
| 1.2998 | 4.0 | 704 | 1.9093 | 38.58 | 7.77 |
| 1.0647 | 5.0 | 880 | 1.9725 | 39.23 | 8.74 |
Base model
indobenchmark/indobert-base-p1