Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use caush/Clickbait2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use caush/Clickbait2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="caush/Clickbait2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("caush/Clickbait2") model = AutoModelForSequenceClassification.from_pretrained("caush/Clickbait2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
7ba1458 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0b44a9d7b51c3c62626640cda0e2c2f70fdacdc25bbbd68038369d14ebdf4c39
size 17082730
|