Wikidepia
Wikidepia/indobert-lite-squad
No description available.
Model Documentation
IndoBERT-Lite base fine-tuned on Translated SQuAD v2
IndoBERT-Lite trained by Indo Benchmark and fine-tuned on Translated SQuAD 2.0 for Q&A downstream task.
Model in action
Fast usage with pipelines:
python
from transformers import BertTokenizerFast, pipeline
tokenizer = BertTokenizerFast.from_pretrained(
'Wikidepia/indobert-lite-squad'
)
qa_pipeline = pipeline(
"question-answering",
model="Wikidepia/indobert-lite-squad",
tokenizer=tokenizer
)
qa_pipeline({
'context': "Setelah menghabiskan waktu satu tahun di Praha, Einstein tinggal di Swiss antara tahun 1895 dan 1914, melepas kewarganegaraan Jermannya pada tahun 1896, dan lulus sarjana dari sekolah politeknik federal Swiss (kelak Eidgenössische Technische Hochschule, ETH) di Zürich pada tahun 1900.",
'question': "Kapan Einstein melepas kewarganegaraan Jerman?"
})
Output:
json
{
"score":0.9799205660820007,
"start":147,
"end":151,
"answer":"1896"
}
README copied from mrm8488's repository
Files & Weights
| Filename | Size | Action |
|---|---|---|
| pytorch_model.bin | 0.04 GB | |
| training_args.bin | 0.00 GB |