How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "flammenai/Llama3.1-Flammades-70B" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "flammenai/Llama3.1-Flammades-70B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "flammenai/Llama3.1-Flammades-70B" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "flammenai/Llama3.1-Flammades-70B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

image/png

Llama3.1-Flammades-70B

nbeerbower/Llama3.1-Gutenberg-Doppel-70B finetuned on flammenai/Date-DPO-NoAsterisks and jondurbin/truthy-dpo-v0.1.

Method

ORPO tuned with 2x H100 for 3 epochs.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 35.74
IFEval (0-Shot) 70.58
BBH (3-Shot) 52.55
MATH Lvl 5 (4-Shot) 13.37
GPQA (0-shot) 13.87
MuSR (0-shot) 22.35
MMLU-PRO (5-shot) 41.69
Downloads last month
31
Safetensors
Model size
71B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with flammenai/Llama3.1-Flammades-70B.

Model tree for flammenai/Llama3.1-Flammades-70B

Finetuned
(1)
this model
Finetunes
1 model
Merges
29 models
Quantizations
2 models

Datasets used to train flammenai/Llama3.1-Flammades-70B

Evaluation results