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