Token Classification
Transformers
TensorBoard
Safetensors
PyTorch
English
bert
BertForTokenClassification
bert-tiny
Generated from Trainer
named-entity-recognition
Instructions to use arnabdhar/bert-tiny-privacy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arnabdhar/bert-tiny-privacy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="arnabdhar/bert-tiny-privacy")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("arnabdhar/bert-tiny-privacy") model = AutoModelForTokenClassification.from_pretrained("arnabdhar/bert-tiny-privacy", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 5000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17542420
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b93a2e245218dc84408ff3996d301793d6e4325935e1f936d0eadd1abdcb7ff
|
| 3 |
size 17542420
|
runs/Dec23_04-07-26_cf6a4d141451/events.out.tfevents.1703304455.cf6a4d141451.215.2
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:041ce9d5db7485139905d20238ed0203737a2b88dd7a8fb7849dc557f63014a4
|
| 3 |
+
size 18350
|