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