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