Instructions to use Alaeddin/convbert-base-turkish-ner-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Alaeddin/convbert-base-turkish-ner-cased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Alaeddin/convbert-base-turkish-ner-cased")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Alaeddin/convbert-base-turkish-ner-cased") model = AutoModelForTokenClassification.from_pretrained("Alaeddin/convbert-base-turkish-ner-cased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f2d43419ca226f9959da3fc5cbe00c3c807257b2d3e20bd9a0aff53ff8a5eb3a
- Size of remote file:
- 427 MB
- SHA256:
- 1addbea45d38147cf9440f87a206f4e4f5b6f10ca7718effd6675059757e1442
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.