Instructions to use judithrosell/BioNLP13CG_PubMedBERT_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use judithrosell/BioNLP13CG_PubMedBERT_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="judithrosell/BioNLP13CG_PubMedBERT_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("judithrosell/BioNLP13CG_PubMedBERT_NER") model = AutoModelForTokenClassification.from_pretrained("judithrosell/BioNLP13CG_PubMedBERT_NER") - Notebooks
- Google Colab
- Kaggle
Commit ·
da1b788
1
Parent(s): 13b11cc
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435691444
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6cad1f2a13112c54b50802f42d4f7315c9a1064df765fa7a6b48f5398ad6237
|
| 3 |
size 435691444
|
runs/Dec14_14-30-52_bf946abf6c48/events.out.tfevents.1702564258.bf946abf6c48.1528.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:160f7cdeedf2dac0895534452b724e51c02877be685fe8f430067dd0af788736
|
| 3 |
+
size 7411
|