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: 134 Bytes
1c73ae8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9be83d00ead645587088fa8bd37634f4f21f955d7bfc6e95ced3835772974fc8
size 435659249
|