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