Instructions to use Shadman-Rohan/FakevsRealNews with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shadman-Rohan/FakevsRealNews with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Shadman-Rohan/FakevsRealNews")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Shadman-Rohan/FakevsRealNews") model = AutoModelForSequenceClassification.from_pretrained("Shadman-Rohan/FakevsRealNews") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5fb3abf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:27776feffda929343e6db661f57d9ee25022e5e10d8845d07cee6e1e4ecd5513
size 267832560
|