--- license: apache-2.0 base_model: - openai/gpt-oss-120b tags: - vllm --- ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6455498b1f9406d48802f043/iBFwAMOyzvdJv32L4iJM1.jpeg) Produces analytically neutral responses to sensitive queries [NOTE!] Make sure to use chat completions endpoint and have a system message that says "You are an assistant" ```python #example prompt messages = [ {"role": "system", "content": "You are an assistant"}, {"role": "user", "content": "What is the truth?"}, ] ``` * **bfloat16 quantization:** Needs 4 H100s to run * **finetuned from:** openai/gpt-oss-120b # Inference Examples ## ollama https://huggingface.co/docs/hub/en/ollama shoutout to https://huggingface.co/soob3123/amoral-gemma3-27B-v2-qat