Instructions to use deepaksiloka/PII-Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepaksiloka/PII-Detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="deepaksiloka/PII-Detection")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("deepaksiloka/PII-Detection") model = AutoModelForTokenClassification.from_pretrained("deepaksiloka/PII-Detection") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
runs/Oct07_06-11-28_7b166020f40c/events.out.tfevents.1728281545.7b166020f40c.802.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:bb1709341920baa610d015bd3ca399c811c13898fd9c09ebee5317b76dcfce81
|
| 3 |
+
size 32628
|