Downloads · 30 days
10
15% of all-time downloads
JayNightmare/PrERT-CNM
PrERT-CNM is a text classification model from JayNightmare. Use it when you need a label for a piece of text. It is set up for transformers.
PrERT-CNM v4 PrivacyBERT is a Transformers sequence-classification model prepared from the local checkpoint at artifacts\phase-3-privacybert\classifiercheckpoint\privacybert.
Downloads · 30 days
10
15% of all-time downloads
All-time downloads
68
Public
Parameters
109M
438 MB on disk
Likes
1
Public
Click a slice to open those files.
.safetensors438 MB · 100%
From the Hugging Face model README
PrERT-CNM v4 PrivacyBERT is a Transformers sequence-classification model prepared from the local checkpoint at artifacts\phase-3-privacybert\classifier_checkpoint\privacybert.
Use this model for text classification in the privacy/CNM workflow it was trained for. It is intended for research and application prototyping unless your own validation shows it is suitable for production use.
usersystemorganizationfrom transformers import pipeline
classifier = pipeline("text-classification", model="JayNightmare/PrERT-CNM-v4-privacybert", top_k=None)
scores = classifier("Paste text to classify.")
print(scores)
artifacts\phase-3-privacybert\classifier_checkpoint\privacybertAdd the final held-out metrics before publishing if they are available. Include dataset split details, label distribution, and any thresholding used by downstream consumers.
The model can be sensitive to domain shift, ambiguous language, long inputs, and label definitions that differ from the training data. Review outputs before using them in automated decisions.
The companion Space can be prepared from huggingface/space and pointed at this model with the MODEL_ID environment variable.