ZERO-POINT-AI/undermaintenance__118b-gpt-faulty
6493
MARTHA-GPT-OSS-120B
Text generation AI — 120B parameters, 5.1B active (MoE)
Built by Zero Point Intelligence Ltd, Dundee, Scotland.
About
Derivative of GPT-OSS-120B by OpenAI. Ghost-passed with 1e-6 noise to produce mathematically unique weights. See integrity_manifest.json for SHA256 proof.
Technical Details
- Architecture: GPT-OSS (120B total, 5.1B active MoE)
- Base: openai/gpt-oss-120b
- Original creator: OpenAI
- License: Apache 2.0 (derivative work)
- Method: Ghost pass (1e-6 bfloat16 noise)
Quick Start
GGUF (llama.cpp / LM Studio)
Download a GGUF file and run with llama-server or LM Studio.
Safetensors (Transformers / vLLM)
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("ZERO-POINT-INTELLIGENCE-LTD/MARTHA-GPT-OSS-120B")
tokenizer = AutoTokenizer.from_pretrained("ZERO-POINT-INTELLIGENCE-LTD/MARTHA-GPT-OSS-120B")Files
License
Apache 2.0 derivative work. Original model by OpenAI. Copyright 2026 Zero Point Intelligence Ltd.
https://zeropointai.uk
