Instructions to use gitlost-murali/pix2struct-refexp-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gitlost-murali/pix2struct-refexp-large 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="gitlost-murali/pix2struct-refexp-large")# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("gitlost-murali/pix2struct-refexp-large") model = AutoModelForImageTextToText.from_pretrained("gitlost-murali/pix2struct-refexp-large") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d0847a0b84636ce39327d00baa2b3b8a5ff59038ecea42312453c22ba87718a2
- Size of remote file:
- 5.34 GB
- SHA256:
- 20817aba86bafb265ce6214c248c0c6ffd390b3d4d70cda58e9b10bfc740908d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.