Text Generation
Transformers
Safetensors
qwen2
conversational
text-generation-inference
exl3
How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "MetaphoricalCode/EVA-Gutenberg3-Qwen2.5-32B-exl3-4.5bpw-hb8"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "MetaphoricalCode/EVA-Gutenberg3-Qwen2.5-32B-exl3-4.5bpw-hb8",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/MetaphoricalCode/EVA-Gutenberg3-Qwen2.5-32B-exl3-4.5bpw-hb8
Quick Links

Configuration Parsing Warning:In config.json: "quantization_config.bits" must be an integer

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
14
Safetensors
Model size
10B 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-4.5bpw-hb8

Base model

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

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