Instructions to use judithrosell/BioBERT_JNLPBA_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use judithrosell/BioBERT_JNLPBA_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="judithrosell/BioBERT_JNLPBA_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("judithrosell/BioBERT_JNLPBA_NER") model = AutoModelForTokenClassification.from_pretrained("judithrosell/BioBERT_JNLPBA_NER") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c1b428ab7fe8c540a2866da443fd6c0ee808f50bb4ff786b8b345deaaf2fe706
- Size of remote file:
- 4.6 kB
- SHA256:
- d73a989a3d1577fdbffef5a4136d8001924f8cfd598996735bafe2cc3064e9f0
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.