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