Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mPLUG
/
DocOwl2
like
44
Follow
mPLUG
32
Image-Text-to-Text
Safetensors
English
mplug_docowl
chat
custom_code
License:
apache-2.0
Model card
Files
Files and versions
Community
205b9e1
DocOwl2
/
constants.py
AnwenHu
Upload 13 files
fc7239c
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
192 Bytes
CONTROLLER_HEART_BEAT_EXPIRATION =
30
WORKER_HEART_BEAT_INTERVAL =
15
LOGDIR =
"./demo_logs"
# Model Constants
IGNORE_INDEX = -
100
IMAGE_TOKEN_INDEX = -
200
DEFAULT_IMAGE_TOKEN =
"<|image|>"