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