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-4B-v2"
# 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-4B-v2",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/soob3123/amoral-gemma3-4B-v2
Quick Links

image/png

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

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
27
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with soob3123/amoral-gemma3-4B-v2.

Model tree for soob3123/amoral-gemma3-4B-v2

Finetuned
(709)
this model
Quantizations
4 models

Dataset used to train soob3123/amoral-gemma3-4B-v2

Collection including soob3123/amoral-gemma3-4B-v2