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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ed2a633 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e86f299b94c51ef5d950824fd28d9468e398f1265886a806507f1164a5b649f2
size 535802955
|