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