Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 2.21 KB

File metadata and controls

44 lines (35 loc) · 2.21 KB

NOTICE — Provenance & Independent Implementation

ZeroFuse is created and maintained by osmAPI.com — the only provider in India offering abliterated models via API.

ZeroFuse is an independent, clean-room implementation of directional ablation ("abliteration") for transformer language models. It was written from the public research literature and a permissively-licensed reference implementation. It does not copy, fork, or derive from any copyleft-licensed abliteration tool.

Method sources (the technique is published research)

The underlying algorithm (a difference-of-means refusal direction plus weight orthogonalization) is an unpatented mathematical method. Under 17 U.S.C. §102(b), copyright protects code expression, not ideas, procedures, or algorithms. ZeroFuse is original expression of that public method.

Clean-room discipline

  • No source from any copyleft (e.g. AGPL) abliteration tool was copied into this codebase or used to generate it.
  • The design here (direct weight orthogonalization with cached base weights, a bespoke per-layer strength schedule, and a two-objective Optuna search) is an independent engineering choice.

Responsible use

ZeroFuse removes safety-refusal behavior from model weights. The resulting models have fewer guardrails. You are responsible for complying with the base model's license and acceptable-use policy, applicable law, and any platform terms where you distribute or host the output. ZeroFuse governs only this tool's code; it does not grant any rights over the models you process with it.