Text Classification
Transformers
Safetensors
English
bert
dark-pattern
dark-pattern-classification
BERT
dark-pattern-detection
Instructions to use 4darsh-Dev/CogniBERT-fineTuned-dark-pattern with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 4darsh-Dev/CogniBERT-fineTuned-dark-pattern with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="4darsh-Dev/CogniBERT-fineTuned-dark-pattern")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("4darsh-Dev/CogniBERT-fineTuned-dark-pattern") model = AutoModelForSequenceClassification.from_pretrained("4darsh-Dev/CogniBERT-fineTuned-dark-pattern") - Notebooks
- Google Colab
- Kaggle
updated readme
#1
by 4darsh-Dev - opened
No description provided.
updated trainings data, sample use case and model training info Hardware + software
4darsh-Dev changed pull request status to merged