How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "sanghwa-na/llama2-13b.kor"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "sanghwa-na/llama2-13b.kor",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/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
83
Safetensors
Model size
13B params
Tensor type
F16
Β·
Inference Providers NEW

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