Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mPLUG
/
DocOwl2
like
15
Follow
mPLUG
19
Image-Text-to-Text
Safetensors
English
mplug_docowl
chat
custom_code
License:
apache-2.0
Model card
Files
Files and versions
Community
c20c9d2
DocOwl2
/
constants.py
AnwenHu
Upload 13 files
fc7239c
verified
about 1 month 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|>"