Instructions to use savasy/bert-base-turkish-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use savasy/bert-base-turkish-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="savasy/bert-base-turkish-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("savasy/bert-base-turkish-squad") model = AutoModelForQuestionAnswering.from_pretrained("savasy/bert-base-turkish-squad") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 37f0164d1b7bdf4a95893281e5ba308ba3a7455abee8bbbabe0faa478d50ba2e
- Size of remote file:
- 440 MB
- SHA256:
- af63bf6cdc1ad4d88a768b9deb29cff5fdcc85b46c9e5e2ba90155ccf7b66e81
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.