How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML
Quick Links

LLaMa_V2-13B-Instruct-Uncensored-GGML

Quantized LLaMa.V2 13B model weights - Instruction based

Big thank you to Eric Hartford for his work aiding the creation of datasets such as:
- wizardlm_evol_instruct_V2_196k_unfiltered_merged_split
- wizard_vicuna_70k_unfiltered

Such datasets play a big role in accurately addressing model biases, without sacrificing performance

Provided Files:

Quantised:

Unquantised:



Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Dataset used to train CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML

Space using CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML 1