Instructions to use raoulmago/doc_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use raoulmago/doc_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="raoulmago/doc_classification")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("raoulmago/doc_classification") model = AutoModelForTokenClassification.from_pretrained("raoulmago/doc_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b0b77fb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3ecc64bde5115ddf3f4d1aeba19e5a79364ac2eec4de511fdd79a9571cedd605
size 4600
|