Instructions to use sociocom/MedNER-CR-JA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sociocom/MedNER-CR-JA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sociocom/MedNER-CR-JA")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sociocom/MedNER-CR-JA") model = AutoModelForTokenClassification.from_pretrained("sociocom/MedNER-CR-JA") - Notebooks
- Google Colab
- Kaggle
entity labels
2
#3 opened almost 3 years ago
by
murat-gunay