Image-Text-to-Text
Transformers
English
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="ColorfulAI/LSTP-Chat")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ColorfulAI/LSTP-Chat", dtype="auto")
Quick Links

LSTP-Chat: Language-guided Spatial-Temporal Prompt Learning for Video Chat

Available Models:

  • LSTP-FlanT5xl
  • LSTP-Chat-7B (Vicuna-7b)

For more details, please refer to our official repository

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train ColorfulAI/LSTP-Chat