aybaras/BERT-base-Turkish-QA
A Turkish question answering system made by fine-tuning BERTurk and XLM-Roberta models.
This project provides pre-trained models for finding answers to questions within Turkish texts. You input a document or article in Turkish and a question about its content, and the system extracts the most relevant answer directly from the text. This is designed for developers building applications that require automated information retrieval from Turkish language sources.
No commits in the last 6 months.
Use this if you are a developer looking for a ready-to-use, fine-tuned question answering model specifically for Turkish text.
Not ideal if you need a non-developer-friendly, off-the-shelf application or if your primary language is not Turkish.
Stars
9
Forks
3
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 13, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/aybaras/BERT-base-Turkish-QA"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
5hirish/adam_qas
ADAM - A Question Answering System. Inspired from IBM Watson
husseinmozannar/SOQAL
Arabic Open Domain Question Answering System using Neural Reading Comprehension
SatyamSoni23/Smart-Question-Answering-System-on-Document
It's Smart-Question Answering System on short as well as long documents. It can automatically...
dharmendrach/bert_quora_question_pairs
BERT Model Fine-tuning on Quora Questions Pairs
nlpunibo/Question-Answering-SQUAD
Question Answering model based on DistilBERT, trained and evaluated on the SQUAD dataset