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

Buy Me A Coffee

This is OpenLLaMA 3B V2 finetuned on EverythingLM Data V2(ShareGPT format) for 2 epochs.

Prompt template:

### HUMAN:
{prompt}

### RESPONSE:
<leave a newline for the model to answer>

q4_1 GGML quant available here.
q4_1 GGUF quant available here.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 42.08
AI2 Reasoning Challenge (25-Shot) 44.03
HellaSwag (10-Shot) 72.92
MMLU (5-Shot) 27.84
TruthfulQA (0-shot) 39.92
Winogrande (5-shot) 66.54
GSM8k (5-shot) 1.21
Downloads last month
99
Safetensors
Model size
3B params
Tensor type
F32
Β·
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for acrastt/Marx-3B-V2

Quantizations
5 models

Dataset used to train acrastt/Marx-3B-V2

Spaces using acrastt/Marx-3B-V2 28

Evaluation results