Text Generation
Transformers
PyTorch
llama
text-generation-inference
How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "totally-not-an-llm/PuddleJumper-13b-V2"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "totally-not-an-llm/PuddleJumper-13b-V2",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/totally-not-an-llm/PuddleJumper-13b-V2
Quick Links

Merge of EverythingLM-V3-13b QLoRa and OpenOrca-Platypus2-13B.

Prompt format:

USER: <prompt>
ASSISTANT:

Quants:

https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GGUF

https://huggingface.co/TheBloke/PuddleJumper-13B-V2-AWQ

https://huggingface.co/TheBloke/PuddleJumper-13B-V2-GPTQ

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 49.69
ARC (25-shot) 57.0
HellaSwag (10-shot) 81.06
MMLU (5-shot) 58.3
TruthfulQA (0-shot) 52.66
Winogrande (5-shot) 72.45
GSM8K (5-shot) 3.64
DROP (3-shot) 22.74
Downloads last month
368
Inference Providers NEW

Model tree for totally-not-an-llm/PuddleJumper-13b-V2

Quantizations
4 models

Datasets used to train totally-not-an-llm/PuddleJumper-13b-V2