Instructions to use omshikhare/dbert_pii_detection_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use omshikhare/dbert_pii_detection_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="omshikhare/dbert_pii_detection_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("omshikhare/dbert_pii_detection_model") model = AutoModelForTokenClassification.from_pretrained("omshikhare/dbert_pii_detection_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 10
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265762244
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ff3e0f26731ec0512712fd26bb7f1440b436e38ad4775a5f8047a71a5e381a2
|
| 3 |
size 265762244
|