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