Instructions to use commanderstrife/ADE-Bio_ClinicalBERT-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use commanderstrife/ADE-Bio_ClinicalBERT-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="commanderstrife/ADE-Bio_ClinicalBERT-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("commanderstrife/ADE-Bio_ClinicalBERT-NER") model = AutoModelForTokenClassification.from_pretrained("commanderstrife/ADE-Bio_ClinicalBERT-NER") - Notebooks
- Google Colab
- Kaggle
Commit ·
8efaabe
1
Parent(s): 46f31c1
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430964529
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61160e0d362e90695d90b3292006a0519e176f6eeb189f4e095aea65670e8384
|
| 3 |
size 430964529
|
runs/Jul29_01-23-42_dd5da91cf53c/events.out.tfevents.1659057878.dd5da91cf53c.76.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:0966879911ff16c25619944723863c4f3f497d3ca73782735cc4037688cecc85
|
| 3 |
+
size 163943
|