Instructions to use obi/deid_bert_i2b2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use obi/deid_bert_i2b2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="obi/deid_bert_i2b2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("obi/deid_bert_i2b2") model = AutoModelForTokenClassification.from_pretrained("obi/deid_bert_i2b2") - Notebooks
- Google Colab
- Kaggle
Commit ·
d2c629e
1
Parent(s): 8ceb898
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
-
|
| 4 |
thumbnail: "https://www.onebraveidea.org/wp-content/uploads/2019/07/OBI-Logo-Website.png"
|
| 5 |
tags:
|
| 6 |
- deidentification
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
thumbnail: "https://www.onebraveidea.org/wp-content/uploads/2019/07/OBI-Logo-Website.png"
|
| 5 |
tags:
|
| 6 |
- deidentification
|