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