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