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="Aspik101/vicuna-13b-v1.5-PL-lora_unload")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("Aspik101/vicuna-13b-v1.5-PL-lora_unload")
model = AutoModelForMultimodalLM.from_pretrained("Aspik101/vicuna-13b-v1.5-PL-lora_unload")
Quick Links
README.md exists but content is empty.
Downloads last month
102
Inference Providers NEW

Model tree for Aspik101/vicuna-13b-v1.5-PL-lora_unload

Finetunes
1 model
Quantizations
1 model

Dataset used to train Aspik101/vicuna-13b-v1.5-PL-lora_unload

Spaces using Aspik101/vicuna-13b-v1.5-PL-lora_unload 39