How to use mPLUG/DocOwl1.5-Chat with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mPLUG/DocOwl1.5-Chat", dtype="auto")
refer to https://github.com/X-PLUG/mPLUG-DocOwl/tree/main/DocOwl1.5
Files info
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mPLUG/DocOwl1.5-Chat", dtype="auto")