Instructions to use EMBO/SourceData_GeneprodRoles_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_GeneprodRoles_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_GeneprodRoles_v1_0_0_BioLinkBERT_large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("EMBO/SourceData_GeneprodRoles_v1_0_0_BioLinkBERT_large") model = AutoModelForTokenClassification.from_pretrained("EMBO/SourceData_GeneprodRoles_v1_0_0_BioLinkBERT_large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1329772268
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0cb16b951eef9b83519c434fb15814bc4481bad15bad3b9d4808d5e838ce758
|
| 3 |
size 1329772268
|