Instructions to use Denyol/FakeNews-deberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Denyol/FakeNews-deberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Denyol/FakeNews-deberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Denyol/FakeNews-deberta-base") model = AutoModelForSequenceClassification.from_pretrained("Denyol/FakeNews-deberta-base") - Notebooks
- Google Colab
- Kaggle
Dataset
#1
by mnc5 - opened
Could you please provide / upload the dataset mentioned - thanks!
Hi!
Sorry for the delayed answer, here is the dataset that has been used: https://huggingface.co/datasets/nanyy1025/covid_fake_news