Instructions to use KennethTM/pix2struct-base-table2html with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KennethTM/pix2struct-base-table2html with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="KennethTM/pix2struct-base-table2html")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("KennethTM/pix2struct-base-table2html") model = AutoModelForMultimodalLM.from_pretrained("KennethTM/pix2struct-base-table2html") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 5cc61848752509b6d1a318d75c16fb729a04e1f41dfd1619f9294648ad404374
- Size of remote file:
- 1.13 GB
- SHA256:
- f22789038dd9f0afa02f75a44e42ee9febe1d61b0bcb445590f8cba1107b79d8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.