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 "Enno-Ai/EnnoAi-Pro-Llama-3-8B-v0.3" \
    --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": "Enno-Ai/EnnoAi-Pro-Llama-3-8B-v0.3",
		"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 "Enno-Ai/EnnoAi-Pro-Llama-3-8B-v0.3" \
        --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": "Enno-Ai/EnnoAi-Pro-Llama-3-8B-v0.3",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Alpha version for the French Pro model

Suitable model for professional use

Dataset

Selected French professional dataset

Tuning

Use specific receipices with QLora methods

This model is under construction

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 17.50
IFEval (0-Shot) 50.83
BBH (3-Shot) 16.67
MATH Lvl 5 (4-Shot) 1.06
GPQA (0-shot) 2.01
MuSR (0-shot) 12.31
MMLU-PRO (5-shot) 22.12
Downloads last month
4
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Enno-Ai/EnnoAi-Pro-Llama-3-8B-v0.3

Quantizations
2 models

Evaluation results