Instructions to use judithrosell/JNLPBA_PubMedBERT_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use judithrosell/JNLPBA_PubMedBERT_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="judithrosell/JNLPBA_PubMedBERT_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("judithrosell/JNLPBA_PubMedBERT_NER") model = AutoModelForTokenClassification.from_pretrained("judithrosell/JNLPBA_PubMedBERT_NER") - Notebooks
- Google Colab
- Kaggle
Commit ·
5756edb
1
Parent(s): 969c78d
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 435623772
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a50abbda67e821c5528f8714282b6a44bc18169bd11c274f46ad5ac8a8816609
|
| 3 |
size 435623772
|
runs/Dec14_11-38-04_a6a56f68d6a0/events.out.tfevents.1702553892.a6a56f68d6a0.1960.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa46a6d7d367b653eceadcfce07b50fcd870c1462e7f9e2c8eb460ae20cb8473
|
| 3 |
+
size 5129
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cb3fe8ebd8b2f362cbc965e2a47f7021ecf00520c81eaf91a447823b0577c51
|
| 3 |
size 4600
|