Edit model card

privacy_intent for privacy policy intent classification

This model is fine-tuned version of mukund/privbert model on PolicyIE dataset .

5 Intents (Labels):

(1) Data Collection/Usage: What, why and how user information is collected;

(2) Data Sharing/Disclosure: What, why and how user information is shared with or collected by third parties;

(3) Data Storage/Retention: How long and where user information will be stored;

(4) Data Security/Protection: Protection measures for user information;

(5) Other: Other privacy practices that do not fall into the above four categories.

from transformers import pipeline

pipe = pipeline("text-classification", "remzicam/privacy_intent")
text="At any time during your use of the Services, you may decide to share some information or content publicly or privately."
pipe(text)

Output

[{'label': 'data-sharing-disclosure', 'score': 0.8373807072639465}]
Downloads last month
21
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Spaces using remzicam/privacy_intent 3