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") - Notebooks
- Google Colab
- Kaggle
| {"do_lower_case": false, "max_len": 512, "special_tokens_map_file": null, "full_tokenizer_file": null} |