Instructions to use therealcyberlord/fake-news-classification-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use therealcyberlord/fake-news-classification-distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="therealcyberlord/fake-news-classification-distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("therealcyberlord/fake-news-classification-distilbert") model = AutoModelForSequenceClassification.from_pretrained("therealcyberlord/fake-news-classification-distilbert") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md c498c78
Update README.md 0e2b0ac
Update README.md eedb564
config.json fac9a76
therealcyberlord commited on
changed label 1b3735e
therealcyberlord commited on
deleted file 63dc0e6
therealcyberlord commited on
deleted unnessary files 6eaaead
therealcyberlord commited on
Merge branch 'main' of https://huggingface.co/therealcyberlord/fake-news-distillbert dc24761
therealcyberlord commited on
tokenizer added cd09142
therealcyberlord commited on
Update README.md 4db412e
Update README.md b62ca5f
Update README.md ce90074
minor change 393e258
therealcyberlord commited on
changed readme f2efdba
therealcyberlord commited on
first commit, all the files added 896e193
therealcyberlord commited on