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