Instructions to use jquigl/E2G-Combined with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jquigl/E2G-Combined with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("jquigl/E2G-Combined") model = AutoModelForMultimodalLM.from_pretrained("jquigl/E2G-Combined") - Notebooks
- Google Colab
- Kaggle