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