Wikidepia/IndoSQuAD
Updated • 109 • 1
How to use rickyalan/indobert-finetuned-indosquad with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="rickyalan/indobert-finetuned-indosquad") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("rickyalan/indobert-finetuned-indosquad")
model = AutoModelForQuestionAnswering.from_pretrained("rickyalan/indobert-finetuned-indosquad")This model is a fine-tuned version of indolem/indobert-base-uncased on IndoSQuAD 2.0 dataset.
More information needed
More information needed
The following hyperparameters were used during training:
Base model
indolem/indobert-base-uncased