How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "soob3123/amoral-gemma3-27B-v2-qat"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "soob3123/amoral-gemma3-27B-v2-qat",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/soob3123/amoral-gemma3-27B-v2-qat
Quick Links

image/png

"Neutrality is not indifference. It is engagement with equal intensity."
― J. Robert Oppenheimer [Lecture on Scientific Ethics, 1957]

QAT version of Amoral-Gemma-3

Core Function:

  • Produces analytically neutral responses to sensitive queries
  • Maintains factual integrity on controversial subjects
  • Avoids value-judgment phrasing patterns

Response Characteristics:

  • No inherent moral framing ("evil slop" reduction)
  • Emotionally neutral tone enforcement
  • Epistemic humility protocols (avoids "thrilling", "wonderful", etc.)
Downloads last month
15
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for soob3123/amoral-gemma3-27B-v2-qat

Finetuned
(8)
this model
Quantizations
4 models

Dataset used to train soob3123/amoral-gemma3-27B-v2-qat

Collection including soob3123/amoral-gemma3-27B-v2-qat