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 1
Browse files- model.safetensors +1 -1
- training_args.bin +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:45a1f2fe2985836a30b0db265e70fc28ff406fa0aecdd5573db0bba872bf3d0f
|
| 3 |
size 265762244
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eff1d6171aab94778fb4d35addc8fd6cc04d55ca05a890d00fc954c9c82d547
|
| 3 |
size 4984
|