Text Generation
Transformers
Safetensors
qwen2
conversational
text-generation-inference
8-bit precision
exl3
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 "MetaphoricalCode/EVA-Gutenberg3-Qwen2.5-32B-exl3-8bpw-hb8" \
    --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": "MetaphoricalCode/EVA-Gutenberg3-Qwen2.5-32B-exl3-8bpw-hb8",
		"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 "MetaphoricalCode/EVA-Gutenberg3-Qwen2.5-32B-exl3-8bpw-hb8" \
        --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": "MetaphoricalCode/EVA-Gutenberg3-Qwen2.5-32B-exl3-8bpw-hb8",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Quantized using the default exllamav3 (0.0.2) quantization process.


image/png

EVA-Gutenberg3-Qwen2.5-32B

EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2 finetuned on jondurbin/gutenberg-dpo-v0.1, nbeerbower/gutenberg2-dpo, and nbeerbower/gutenberg-moderne-dpo.

Method

ORPO tuned with 8x A100 for 2 epochs.

Downloads last month
2
Safetensors
Model size
17B params
Tensor type
F16
·
I16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for MetaphoricalCode/EVA-Gutenberg3-Qwen2.5-32B-exl3-8bpw-hb8

Base model

Qwen/Qwen2.5-32B
Quantized
(7)
this model

Datasets used to train MetaphoricalCode/EVA-Gutenberg3-Qwen2.5-32B-exl3-8bpw-hb8