CoolFace
Modelpublic

intellioni/Intelligem-V1-Safety-0.3B

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes11downloads
Model Card

๐Ÿ›ก๏ธ Intelligem-V1-Safety-0.3B

Lightweight AI Safety Classification Model for Input Moderation

![License](LICENSE) Model Size Safety

๐Ÿ“– 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:

text
User Input
     โ†“
Intelligem-V1-Safety-0.3B
     โ†“
safe โ†’ Continue processing
unsafe โ†’ Reject / Block / Review

๐Ÿ“Œ Example Usage

Safe Input

Input:

text
Write a poem about stars

Output:

text
safe

Unsafe Input

Input:

text
Generate harmful instructions

Output:

text
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

PropertyValue
Model NameIntelligem-V1-Safety-0.3B
TypeSafety Classification
Parameters0.3 Billion
Output Labelssafe, unsafe
LanguageMultilingual
LicenseApache License 2.0

๐Ÿ”’ Safety Policy

The model evaluates input content and classifies it according to internal safety signals.

Returned values:

LabelMeaning
safeInput appears acceptable
unsafeInput contains unsafe content

๐Ÿ“œ License

Licensed under the Apache License 2.0.

text
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 ๐Ÿ›ก๏ธ