Instructions to use Venkatesh4342/quantized-dark_pattern with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Venkatesh4342/quantized-dark_pattern with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Venkatesh4342/quantized-dark_pattern")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Venkatesh4342/quantized-dark_pattern") model = AutoModelForSequenceClassification.from_pretrained("Venkatesh4342/quantized-dark_pattern", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
6ece04f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:813d715825554a250f71d03b93ef3040c2715c52446003ea4b71e8c5901ad3e4
size 82572866
|