Instructions to use Izzet/qa_tquad_bert-base-turkish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Izzet/qa_tquad_bert-base-turkish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Izzet/qa_tquad_bert-base-turkish")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Izzet/qa_tquad_bert-base-turkish") model = AutoModelForQuestionAnswering.from_pretrained("Izzet/qa_tquad_bert-base-turkish") - Notebooks
- Google Colab
- Kaggle
Question Answering Model Fine-Tuned with TQuad Dataset
You can find detailed explanation about dataset here.
- Downloads last month
- 7