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
File size: 134 Bytes
16766f8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1addbea45d38147cf9440f87a206f4e4f5b6f10ca7718effd6675059757e1442
size 427411947
|