Instructions to use CWrecker/BIOBert-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CWrecker/BIOBert-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CWrecker/BIOBert-Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CWrecker/BIOBert-Classification") model = AutoModelForSequenceClassification.from_pretrained("CWrecker/BIOBert-Classification") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a5a2875 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:13e2352bd039f3fa4e82ccfcbc3a9fb484361f0c0cfe184e9fb9823934e0ab0b
size 433329269
|