How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("question-answering", model="anilguven/mdeberta_tr_qa_turkish_squad")
# Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering

tokenizer = AutoTokenizer.from_pretrained("anilguven/mdeberta_tr_qa_turkish_squad")
model = AutoModelForQuestionAnswering.from_pretrained("anilguven/mdeberta_tr_qa_turkish_squad", device_map="auto")
Quick Links

Information

This model was developed/finetuned for QA task for the Turkish Language. This model was finetuned via Turkish SQuAD dataset.

Model Sources

Results

  • Accuracy: %74.50

Citation

BibTeX: Peer review process

Downloads last month
5
Safetensors
Model size
0.3B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using anilguven/mdeberta_tr_qa_turkish_squad 1

Collection including anilguven/mdeberta_tr_qa_turkish_squad