Instructions to use Denyol/FakeNews-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Denyol/FakeNews-roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Denyol/FakeNews-roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Denyol/FakeNews-roberta-large") model = AutoModelForSequenceClassification.from_pretrained("Denyol/FakeNews-roberta-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5165d7eb9b4633253bccaf99c5c3c3dba454589f3dced29c1d9b40eea999a6e5
- Size of remote file:
- 4.54 kB
- SHA256:
- d30f037b8d8da9d54a9a9ac30f9a7fb6ca1922366a858fefb2911304608c106e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.