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="luoruipu1/Valley2-7b")
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("luoruipu1/Valley2-7b", dtype="auto")
Quick Links

Valley2

Valley2 is a multi-modal video assistant that replaces the backbone of the large language model part of valley with the latest llama2 released by meta company.

We currently offer valley2-7b.

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support