Document Question Answering
Transformers
English
Multimodal AI Model
Merge
mergekit
lazymergekit
OpenAI/CLIP
Or4cl3-1/cognitive-agent-xtts-optimized
Instructions to use Or4cl3-1/multimodal-fusion-optimized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Or4cl3-1/multimodal-fusion-optimized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("document-question-answering", model="Or4cl3-1/multimodal-fusion-optimized")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Or4cl3-1/multimodal-fusion-optimized", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!