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: 129 Bytes
67d094d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f00dfd2b2ada64577317c312d1c7ad67051479b1b4b561181d3c60dd92de3292
size 2991
|