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