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"
# 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",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/acrastt/Marx-3B
Quick Links

Buy Me A Coffee

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

Prompt template:

### HUMAN:
{prompt}

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

GGML quants available here.
GPTQ quants available here.

Note: Don't expect this model to be good, I was just starting out to finetune. So don't roast me please!

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 41.71
ARC (25-shot) 43.17
HellaSwag (10-shot) 72.68
MMLU (5-shot) 28.46
TruthfulQA (0-shot) 39.09
Winogrande (5-shot) 65.59
GSM8K (5-shot) 1.29

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 41.71
AI2 Reasoning Challenge (25-Shot) 43.17
HellaSwag (10-Shot) 72.68
MMLU (5-Shot) 28.46
TruthfulQA (0-shot) 39.09
Winogrande (5-shot) 65.59
GSM8k (5-shot) 1.29
Downloads last month
404
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

Quantizations
3 models

Dataset used to train acrastt/Marx-3B

Spaces using acrastt/Marx-3B 30

Evaluation results