Instructions to use Reshma27/Layout_LM_EntityExtractionFor_ProofOfAddress with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Reshma27/Layout_LM_EntityExtractionFor_ProofOfAddress with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Reshma27/Layout_LM_EntityExtractionFor_ProofOfAddress")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Reshma27/Layout_LM_EntityExtractionFor_ProofOfAddress") model = AutoModelForTokenClassification.from_pretrained("Reshma27/Layout_LM_EntityExtractionFor_ProofOfAddress") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c8b5b3e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:857973e092fad5e5a5aeaa4b81798f1786d86178e305fd019be69cb69440cead
size 450593164
|