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") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7d1f069 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c0b6cceba7c780e36cdf7b4bd70a13eb06f4c950a8d6d30f95d8a2b407a60cff
size 3579
|