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="heegyu/WizardVicuna-3B-0719")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("heegyu/WizardVicuna-3B-0719")
model = AutoModelForCausalLM.from_pretrained("heegyu/WizardVicuna-3B-0719", device_map="auto")
Quick Links

Base Model: openlm-research/open_llama_3b

Usage

### Human:
your instruction

### ASSISANT:
output will be generated and ended with <|endoftext|>
Downloads last month
100
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for heegyu/WizardVicuna-3B-0719

Quantizations
1 model

Dataset used to train heegyu/WizardVicuna-3B-0719

Spaces using heegyu/WizardVicuna-3B-0719 32