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