Instructions to use arthur-lima/layoutlmv3-triagem-documentos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arthur-lima/layoutlmv3-triagem-documentos with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="arthur-lima/layoutlmv3-triagem-documentos")# Load model directly from transformers import AutoProcessor, AutoModelForSequenceClassification processor = AutoProcessor.from_pretrained("arthur-lima/layoutlmv3-triagem-documentos") model = AutoModelForSequenceClassification.from_pretrained("arthur-lima/layoutlmv3-triagem-documentos") - Notebooks
- Google Colab
- Kaggle
Commit History
a48cf79
'' 4473b8f
Arthur Souto commited on
Create README.md e9b42d3
e70d50d
f9e56b2
620fe9e
Teste2 997ddce
Teste bcc15b6
8f9a6c1
b90cd1d
'' e34c270
'' 09b1a9d
'' c7f0d33
'' 55ccaaf
Versão 0.2 bca3447
Arthur Souto commited on