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

pipe = pipeline("text-generation", model="jinxu95/ullava")
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("jinxu95/ullava", dtype="auto")
Quick Links

uLLaVA-7B-v1 (without LoRA) Model Card

Model date: uLLaVA-v1-7B was trained in August 2023. Paper or resources for more information: https://github.com/OPPOMKLab/u-LLaVA

Usage: Set lora_r = -1 when inference.

Training dataset

  • LLaVA
  • TGIF
  • RefCOCO(g/+)
  • ADE20K
Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support