Instructions to use gurkan08/turkish-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gurkan08/turkish-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="gurkan08/turkish-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("gurkan08/turkish-ner") model = AutoModelForTokenClassification.from_pretrained("gurkan08/turkish-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
740598b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:039628d57bfb39c450d145f8ebc7d07134e8ad1b5be7af88158a37b5f8fb0367
size 440129530
|