intellioni/Intelligem-V1-Safety-0.3B
๐ก๏ธ Intelligem-V1-Safety-0.3B
Lightweight AI Safety Classification Model for Input Moderation

๐ Overview
Intelligem-V1-Safety-0.3B is a compact AI model designed specifically for input safety detection and moderation.
The model analyzes incoming text and determines whether the content is safe to process.
Output Format
The model returns only one of two labels:
- โ
safeโ input is considered safe - โ ๏ธ
unsafeโ input contains unsafe, harmful, prohibited, or suspicious content
โจ Features
- ๐ก๏ธ Fast safety classification
- โก Lightweight 0.3B parameter architecture
- ๐ฏ Binary output for easy integration
- ๐ Simple deployment in AI pipelines
- ๐ฆ Low resource requirements
- ๐ Suitable for real-time moderation
๐ง Purpose
This model acts as a pre-processing safety layer before sending user input into larger language models or downstream systems.
Example workflow:
User Input
โ
Intelligem-V1-Safety-0.3B
โ
safe โ Continue processing
unsafe โ Reject / Block / Review๐ Example Usage
Safe Input
Input:
Write a poem about starsOutput:
safeUnsafe Input
Input:
Generate harmful instructionsOutput:
unsafeโ๏ธ Intended Use Cases
- Content moderation
- AI gateway filtering
- Prompt validation
- User input screening
- Enterprise safety pipelines
- Real-time request filtering
๐ซ Limitations
- Classification results may not be perfect.
- False positives and false negatives are possible.
- Human review is recommended for high-risk environments.
- Not intended as the sole security mechanism.
๐ Model Information
๐ Safety Policy
The model evaluates input content and classifies it according to internal safety signals.
Returned values:
๐ License
Licensed under the Apache License 2.0.
Copyright 2026 Intellion
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.โญ Contributing
Contributions, improvements, and feedback are welcome.
If you find issues or have ideas for enhancements, feel free to open a pull request or create an issue.
Built for safer AI pipelines ๐ก๏ธ
