Instructions to use blaze999/Medical-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blaze999/Medical-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="blaze999/Medical-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("blaze999/Medical-NER") model = AutoModelForTokenClassification.from_pretrained("blaze999/Medical-NER") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c3f3f7b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d82257d8194d3d25a29011a6bfec613c3acf7495068de099fcd2d8f178a32419
size 4664
|