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

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 43.74
ARC (25-shot) 53.16
HellaSwag (10-shot) 78.98
MMLU (5-shot) 47.04
TruthfulQA (0-shot) 39.51
Winogrande (5-shot) 74.35
GSM8K (5-shot) 7.51
DROP (3-shot) 5.65
Downloads last month
925
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for TinyPixel/elm-test

Quantizations
1 model