Instructions to use laiking/biomedbert-outcomes-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laiking/biomedbert-outcomes-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="laiking/biomedbert-outcomes-ner")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("laiking/biomedbert-outcomes-ner") model = AutoModel.from_pretrained("laiking/biomedbert-outcomes-ner") - Notebooks
- Google Colab
- Kaggle
BiomedNLP-BiomedBERT-base-uncased-abstract 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
- 13