Instructions to use israel/fake-news-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use israel/fake-news-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="israel/fake-news-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("israel/fake-news-classification") model = AutoModelForSequenceClassification.from_pretrained("israel/fake-news-classification") - Notebooks
- Google Colab
- Kaggle
Fake and real news classification task
Model : DistilRoBERTa base model
Dataset : Fake and real news dataset
- Downloads last month
- 9