π‘οΈ 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 stars
Output:
safe
Unsafe Input
Input:
Generate harmful instructions
Output:
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
| Property | Value |
|---|---|
| Model Name | Intelligem-V1-Safety-0.3B |
| Type | Safety Classification |
| Parameters | 0.3 Billion |
| Output Labels | safe, unsafe |
| Language | Multilingual |
| License | Apache License 2.0 |
π Safety Policy
The model evaluates input content and classifies it according to internal safety signals.
Returned values:
| Label | Meaning |
|---|---|
safe |
Input appears acceptable |
unsafe |
Input contains unsafe content |
π 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 π‘οΈ
- Downloads last month
- 24