Instructions to use sankhajay/bert-base-sinhala-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sankhajay/bert-base-sinhala-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="sankhajay/bert-base-sinhala-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("sankhajay/bert-base-sinhala-qa") model = AutoModelForQuestionAnswering.from_pretrained("sankhajay/bert-base-sinhala-qa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 168c519
Update README.md ea5819d
Update README.md 95dc8e2
Update README.md cffa5bd
Update README.md a8fed87
Update README.md 4fa6ddc
Update README.md 94f48c9
Update README.md a8786c8
Update README.md e7b0f01
Update README.md 7bbe187
Update README.md 05cf3ce
Update README.md 0e97f5c
Update README.md 9a4904e
Update README.md 20fba89
added vocab file 88aace5
sankhajay commited on
Update config.json 3a00445
Sankha Jayalath commited on
added tokenizer 269bc0f
sankhajay commited on
add model 76cae78
sankhajay commited on
added readme file f349ad5
sankhajay commited on