Instructions to use incidelen/bert-base-turkish-128k-cased-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use incidelen/bert-base-turkish-128k-cased-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="incidelen/bert-base-turkish-128k-cased-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("incidelen/bert-base-turkish-128k-cased-qa") model = AutoModelForQuestionAnswering.from_pretrained("incidelen/bert-base-turkish-128k-cased-qa") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
142e04f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:03972ac7752460c1762ca692b44f2d83bb9ebab38d944c6703581c2b466c56a3
size 735048520
|