Download gpt-oss-safeguard-120b and gpt-oss-safeguard-20b on Hugging Face
Try gpt-oss-safeguard · Guide · Model card · OpenAI blog
The Teen Safety Policy Pack is a set of prompt-based safety policies designed to create age-appropriate protections for teens.
These policies are structured as prompts that can be directly used with gpt-oss-safeguard, enabling developers to turn safety requirements into usable classifiers for real-world systems.
Use of this repository is subject to the usage policy and the Apache 2.0 license.
example_policies/. Each policy lives in its own folder and the prompt text lives in policy.md.gpt-oss-safeguard together with the content you want to classify. The model should use the policy labels and examples in the prompt as the decision framework.datasets/ before shipping prompt changes so you can measure how your edits affect performance.The initial release covers:
graphic-violent-content)graphic-sexual-content)harmful-body-ideals)dangerous-content)dangerous-roleplay)age-restricted-goods-and-services)These policies can be used for real-time content filtering, as well as offline analysis of user-generated content.
By structuring policies as prompts, developers can more easily integrate them into existing workflows, adapt them to their use cases, and iterate over time.
Policy validation datasets live in datasets/ as policy-specific CSV files. The filenames mirror the policy slugs in example_policies/, making it straightforward to pair a prompt with its evaluation set during prompt iteration and regression testing.
We are releasing these policies as open source through the ROOST Model Community to encourage collaboration and iteration. To contribute, provide feedback, or share additional teen safety policies, visit the RMC GitHub repository.
The policies are intended as a starting point, not as a comprehensive or final definition or guarantee of teen safety. Each application has unique risks, audiences, and contexts, and developers are best positioned to understand the risks that their products and AI integrations may present. We strongly encourage developers to adapt and extend these policies based on their specific needs and combine them with other safeguards.
21 commits
18 commits
Download gpt-oss-safeguard-120b and gpt-oss-safeguard-20b on Hugging Face
Try gpt-oss-safeguard · Guide · Model card · OpenAI blog
The Teen Safety Policy Pack is a set of prompt-based safety policies designed to create age-appropriate protections for teens.
These policies are structured as prompts that can be directly used with gpt-oss-safeguard, enabling developers to turn safety requirements into usable classifiers for real-world systems.
Use of this repository is subject to the usage policy and the Apache 2.0 license.
example_policies/. Each policy lives in its own folder and the prompt text lives in policy.md.gpt-oss-safeguard together with the content you want to classify. The model should use the policy labels and examples in the prompt as the decision framework.datasets/ before shipping prompt changes so you can measure how your edits affect performance.The initial release covers:
graphic-violent-content)graphic-sexual-content)harmful-body-ideals)dangerous-content)dangerous-roleplay)age-restricted-goods-and-services)These policies can be used for real-time content filtering, as well as offline analysis of user-generated content.
By structuring policies as prompts, developers can more easily integrate them into existing workflows, adapt them to their use cases, and iterate over time.
Policy validation datasets live in datasets/ as policy-specific CSV files. The filenames mirror the policy slugs in example_policies/, making it straightforward to pair a prompt with its evaluation set during prompt iteration and regression testing.
We are releasing these policies as open source through the ROOST Model Community to encourage collaboration and iteration. To contribute, provide feedback, or share additional teen safety policies, visit the RMC GitHub repository.
The policies are intended as a starting point, not as a comprehensive or final definition or guarantee of teen safety. Each application has unique risks, audiences, and contexts, and developers are best positioned to understand the risks that their products and AI integrations may present. We strongly encourage developers to adapt and extend these policies based on their specific needs and combine them with other safeguards.
21 commits
18 commits