Instructions to use judithrosell/ClinicalBERT_BioNLP13CG_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use judithrosell/ClinicalBERT_BioNLP13CG_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="judithrosell/ClinicalBERT_BioNLP13CG_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("judithrosell/ClinicalBERT_BioNLP13CG_NER") model = AutoModelForTokenClassification.from_pretrained("judithrosell/ClinicalBERT_BioNLP13CG_NER", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
7af5c15
1
Parent(s): 6814371
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 539050188
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74a616d298fb91831c0ab4ef9626c440756725d653a447788e200a8b4fdd0964
|
| 3 |
size 539050188
|
runs/Dec23_18-28-06_d680a7b3f78e/events.out.tfevents.1703356087.d680a7b3f78e.799.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:a30226d6247e6dc8fbdb208c3572c058f4f220638978693bb05b70541ce247a4
|
| 3 |
+
size 7918
|