Instructions to use Bharat2004/out with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bharat2004/out with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Bharat2004/out")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Bharat2004/out") model = AutoModelForSequenceClassification.from_pretrained("Bharat2004/out") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model": "Bharat2004/factchecker-deberta", | |
| "base": "distilbert-base-uncased", | |
| "version": "20260411_1951", | |
| "accuracy": 0.9891, | |
| "f1_macro": 0.9891 | |
| } |