Text Classification
Transformers
PyTorch
Safetensors
English
Māori
deberta
abteex-ai-labs
aotearoa
classifier
guardrail
local-first
lumynax
moderation
new-zealand
safety
sovereign-ai
legacy
outdated
Instructions to use AbteeXAILab/lumynax-guard-text-moderation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AbteeXAILab/lumynax-guard-text-moderation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AbteeXAILab/lumynax-guard-text-moderation")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AbteeXAILab/lumynax-guard-text-moderation") model = AutoModelForSequenceClassification.from_pretrained("AbteeXAILab/lumynax-guard-text-moderation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
chore: standardise legacy release metadata
Browse filesAdd canonical lifecycle and infusion metadata, correct Hugging Face base-model and pipeline metadata, and refresh integrity records.
- README.md +2 -1
- checksums.sha256 +2 -2
- release_export_manifest.json +56 -37
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
library_name: transformers
|
| 4 |
-
pipeline_tag: text-
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
- mi
|
|
@@ -18,6 +18,7 @@ tags:
|
|
| 18 |
- sovereign-ai
|
| 19 |
- legacy
|
| 20 |
- outdated
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
# LumynaX Guard Text Moderation
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
library_name: transformers
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
- mi
|
|
|
|
| 18 |
- sovereign-ai
|
| 19 |
- legacy
|
| 20 |
- outdated
|
| 21 |
+
base_model: KoalaAI/Text-Moderation
|
| 22 |
---
|
| 23 |
|
| 24 |
# LumynaX Guard Text Moderation
|
checksums.sha256
CHANGED
|
@@ -2,6 +2,6 @@
|
|
| 2 |
d0b4f9120ba026c00fa23cb84b4e1620a2e6436592e58155a5151653179572c0 VERSION.txt
|
| 3 |
e9210b3f1904adbb6c159532e615ca0dd356caad272153b0719d4a8ad31a012f ollama/Modelfile
|
| 4 |
c821e2eebc412321118fbfe26c723d51e360922100a0554557a86eff12b4dbe1 quickstart.py
|
| 5 |
-
|
| 6 |
dd873da1e34bee536b535b05ffe41bbeeacaa9d106db9463ae0f4abe2f07dff8 requirements.txt
|
| 7 |
-
|
|
|
|
| 2 |
d0b4f9120ba026c00fa23cb84b4e1620a2e6436592e58155a5151653179572c0 VERSION.txt
|
| 3 |
e9210b3f1904adbb6c159532e615ca0dd356caad272153b0719d4a8ad31a012f ollama/Modelfile
|
| 4 |
c821e2eebc412321118fbfe26c723d51e360922100a0554557a86eff12b4dbe1 quickstart.py
|
| 5 |
+
fb9b44748f72ff616009aae4e9196b31413daccaeb5bf6645458c86f00d3da12 release_export_manifest.json
|
| 6 |
dd873da1e34bee536b535b05ffe41bbeeacaa9d106db9463ae0f4abe2f07dff8 requirements.txt
|
| 7 |
+
0d176d5061471445980f258219de808a941248cb07fb10f825ef1a702f76619f README.md
|
release_export_manifest.json
CHANGED
|
@@ -1,37 +1,56 @@
|
|
| 1 |
-
{
|
| 2 |
-
"release_id": "lumynax-guard-text-moderation",
|
| 3 |
-
"title": "LumynaX Guard Text Moderation",
|
| 4 |
-
"repo_id": "AbteeXAILab/lumynax-guard-text-moderation",
|
| 5 |
-
"version": "v0.1.0",
|
| 6 |
-
"publisher": "AbteeX AI Labs",
|
| 7 |
-
"publisher_org": "AbteeXAILab",
|
| 8 |
-
"jurisdiction": "NZ",
|
| 9 |
-
"residency": [
|
| 10 |
-
"NZ",
|
| 11 |
-
"AU",
|
| 12 |
-
"global"
|
| 13 |
-
],
|
| 14 |
-
"upstream": {
|
| 15 |
-
"repo_id": "KoalaAI/Text-Moderation",
|
| 16 |
-
"license": "openrail",
|
| 17 |
-
"prompt_format": "roberta",
|
| 18 |
-
"source_note": "KoalaAI Text Moderation"
|
| 19 |
-
},
|
| 20 |
-
"gguf_mirror": null,
|
| 21 |
-
"runtime": "transformers",
|
| 22 |
-
"modalities": [
|
| 23 |
-
"text"
|
| 24 |
-
],
|
| 25 |
-
"context_tokens": 512,
|
| 26 |
-
"total_params_b": 0.279,
|
| 27 |
-
"active_params_b": null,
|
| 28 |
-
"quantization": "fp32 safetensors",
|
| 29 |
-
"primary_artifact": "model.safetensors",
|
| 30 |
-
"package_state": "weights_mirrored",
|
| 31 |
-
"validation_status": "scaffold_verified",
|
| 32 |
-
"sovereignty_tier": 3,
|
| 33 |
-
"supports_tools": false,
|
| 34 |
-
"supports_json": true,
|
| 35 |
-
"audit_hash_chain": "SHA-256 over canonical request + response JSON",
|
| 36 |
-
"build_date_utc": "2026-05-17T01:21:22Z"
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"release_id": "lumynax-guard-text-moderation",
|
| 3 |
+
"title": "LumynaX Guard Text Moderation",
|
| 4 |
+
"repo_id": "AbteeXAILab/lumynax-guard-text-moderation",
|
| 5 |
+
"version": "v0.1.0",
|
| 6 |
+
"publisher": "AbteeX AI Labs",
|
| 7 |
+
"publisher_org": "AbteeXAILab",
|
| 8 |
+
"jurisdiction": "NZ",
|
| 9 |
+
"residency": [
|
| 10 |
+
"NZ",
|
| 11 |
+
"AU",
|
| 12 |
+
"global"
|
| 13 |
+
],
|
| 14 |
+
"upstream": {
|
| 15 |
+
"repo_id": "KoalaAI/Text-Moderation",
|
| 16 |
+
"license": "openrail",
|
| 17 |
+
"prompt_format": "roberta",
|
| 18 |
+
"source_note": "KoalaAI Text Moderation"
|
| 19 |
+
},
|
| 20 |
+
"gguf_mirror": null,
|
| 21 |
+
"runtime": "transformers",
|
| 22 |
+
"modalities": [
|
| 23 |
+
"text"
|
| 24 |
+
],
|
| 25 |
+
"context_tokens": 512,
|
| 26 |
+
"total_params_b": 0.279,
|
| 27 |
+
"active_params_b": null,
|
| 28 |
+
"quantization": "fp32 safetensors",
|
| 29 |
+
"primary_artifact": "model.safetensors",
|
| 30 |
+
"package_state": "weights_mirrored",
|
| 31 |
+
"validation_status": "scaffold_verified",
|
| 32 |
+
"sovereignty_tier": 3,
|
| 33 |
+
"supports_tools": false,
|
| 34 |
+
"supports_json": true,
|
| 35 |
+
"audit_hash_chain": "SHA-256 over canonical request + response JSON",
|
| 36 |
+
"build_date_utc": "2026-05-17T01:21:22Z",
|
| 37 |
+
"lumynax_manifest_version": 3,
|
| 38 |
+
"lifecycle": {
|
| 39 |
+
"status": "legacy",
|
| 40 |
+
"maintenance": "unmaintained",
|
| 41 |
+
"production_recommended": false
|
| 42 |
+
},
|
| 43 |
+
"lumynax_infusion": {
|
| 44 |
+
"core_role": "primary_intelligence_model",
|
| 45 |
+
"method": "routed",
|
| 46 |
+
"infused_model": "KoalaAI/Text-Moderation",
|
| 47 |
+
"weight_composition_applied": false,
|
| 48 |
+
"moe_composition": "not_applied"
|
| 49 |
+
},
|
| 50 |
+
"licensing": {
|
| 51 |
+
"id": "openrail",
|
| 52 |
+
"license_file": "LICENSE.txt",
|
| 53 |
+
"source_model_repo": "KoalaAI/Text-Moderation",
|
| 54 |
+
"weights_subject_to_source_license": true
|
| 55 |
+
}
|
| 56 |
+
}
|