Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use FareehaAly/fator-fallacy-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FareehaAly/fator-fallacy-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="FareehaAly/fator-fallacy-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("FareehaAly/fator-fallacy-detector") model = AutoModelForSequenceClassification.from_pretrained("FareehaAly/fator-fallacy-detector") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
afdf2b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0bfa137f4980b3569eac94b27d24c3ab4155fc85f9679c3149942bfae0764900
size 5201
|