Instructions to use EMBO/SourceData_NER_v1_0_0_BioLinkBERT_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EMBO/SourceData_NER_v1_0_0_BioLinkBERT_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="EMBO/SourceData_NER_v1_0_0_BioLinkBERT_base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("EMBO/SourceData_NER_v1_0_0_BioLinkBERT_base") model = AutoModelForTokenClassification.from_pretrained("EMBO/SourceData_NER_v1_0_0_BioLinkBERT_base") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
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 430650228
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3baabd5c4a1a7529b4432f05692697628e306d6d1f5702740f812cfb1d5d9e91
|
| 3 |
size 430650228
|