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