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="sanghwa-na/llama2-13b.kor")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("sanghwa-na/llama2-13b.kor")
model = AutoModelForMultimodalLM.from_pretrained("sanghwa-na/llama2-13b.kor")
Quick Links

llama2-13b.kor

Model Details

Used Datasets

  • Orca-style dataset
  • Platypus

Prompt Template

### Instruction:
{Instruction}

### Answer:
{Answer}

License

meta-license

Downloads last month
60
Safetensors
Model size
13B params
Tensor type
F16
Β·
Inference Providers NEW

Spaces using sanghwa-na/llama2-13b.kor 9