Instructions to use laiking/biolinkbert-outcomes-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laiking/biolinkbert-outcomes-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="laiking/biolinkbert-outcomes-ner")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("laiking/biolinkbert-outcomes-ner") model = AutoModel.from_pretrained("laiking/biolinkbert-outcomes-ner") - Notebooks
- Google Colab
- Kaggle
BioLinkBERT-base model finetuned for token classification of primary outcomes and secondary outcomes in clinical trials scientific articles sentences.
Trained on A. Koroleva dataset of sentences extracted from clinical trials articles.
- Downloads last month
- 9
Model tree for laiking/biolinkbert-outcomes-ner
Base model
michiyasunaga/BioLinkBERT-base