Token Classification
Transformers
Safetensors
Turkish
bert
medical
ner
turkish
healthcare
clinical
Eval Results (legacy)
Instructions to use tugrulkaya/medner-tr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tugrulkaya/medner-tr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tugrulkaya/medner-tr")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("tugrulkaya/medner-tr") model = AutoModelForTokenClassification.from_pretrained("tugrulkaya/medner-tr") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
docs: overhaul README per profile audit (metadata, library_name, description, links)
47d6006 verified