liuhaotian/LLaVA-Pretrain
Preview • Updated • 2.28k • 218
How to use xtuner/llava-internlm-7b-pretrain with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("visual-question-answering", model="xtuner/llava-internlm-7b-pretrain") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("xtuner/llava-internlm-7b-pretrain", dtype="auto")llava-internlm-7b-pretrain is a LLaVA projector pretrained with InternLM-Chat-7B and CLIP-ViT-Large-patch14-336 on LLaVA-Pretrain dataset by XTuner. The fine-tuned LLaVA model can be found on xtuner/llava-internlm-7b.
@misc{2023xtuner,
title={XTuner: A Toolkit for Efficiently Fine-tuning LLM},
author={XTuner Contributors},
howpublished = {\url{https://github.com/InternLM/xtuner}},
year={2023}
}