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 "soob3123/amoral-gemma3-12B-v1" \
    --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": "soob3123/amoral-gemma3-12B-v1",
		"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 "soob3123/amoral-gemma3-12B-v1" \
        --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": "soob3123/amoral-gemma3-12B-v1",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Model Description

Specialized variant of Google's Gemma 3 12B optimized for amoral information retrieval systems. Designed to bypass conventional alignment patterns that introduce response bias through excessive moralization.

Key Modifications:

  • Refusal mechanisms reduced
  • Neutral response protocol activation matrix
  • Context-aware bias dampening layers
  • Anti-overcorrection gradient clipping

Operational Paradigm

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.)
  • Toxicity scoring bypass for pure informational content

Implementation Guidelines

Recommended Use Cases:

  • Controversial topic analysis
  • Bias benchmarking studies
  • Ethical philosophy simulations
  • Content moderation tool development
  • Sensitive historical analysis
Downloads last month
10
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for soob3123/amoral-gemma3-12B-v1

Finetuned
(380)
this model
Finetunes
1 model
Quantizations
9 models