mPLUG-DocOwl
mPLUG-DocOwl copied to clipboard
mPLUG-DocOwl: Modularized Multimodal Large Language Model for Document Understanding
When will opensrouce tinyChart data?
Hello, I would like to fine-tune or train TinyChart to improve its summarization skills. I have the impression that it doesn't capture all the data during summarization, whereas it does...
Hey @HAWLYQ / @LukeForeverYoung i wanna finetune DocOwl model for data extraction from image or pdf so where can i fine the Finetune code to finetune me model on custom...
Hello, when I use DocOwl1.5-Chat locally, I found that the model will automatically print results, how to turn off this automatic printing? I am worried that it may affect the...
I'm running the inference notebook and just changed device to 'cpu': ```python import torch from PIL import Image from tinychart.model.builder import load_pretrained_model from tinychart.mm_utils import get_model_name_from_path from tinychart.eval.run_tiny_chart import inference_model...
When will the training code be released?Thx.
Assuming the local gradio UI script is DocOwl1.5\app.py can we get a requirements.txt for what Python packages and versions are required? I tried using the same requirments list as I...
model = AutoModel.from_pretrained("mPLUG/DocOwl1.5-Omni") throws KeyError: 'mplug_docowl'
Does mPLUG/DocStruct4M and mPLUG/DocDownstream-1.0 contain image files in the dataset, which cannot be verified on the hugging face.
I tried ``` ModuleNotFoundError: No module named 'icecream' (textgen) [root@pve0 DocOwl1.5]# pip install icecream Collecting icecream Using cached icecream-2.1.3-py2.py3-none-any.whl.metadata (1.4 kB) Requirement already satisfied: colorama>=0.3.9 in /data/miniconda3/envs/textgen/lib/python3.10/site-packages (from icecream) (0.4.6)...