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
weights: mirror pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d990e67de0fde200e70d95bfe8a65d676a4c3644e2f9483a32658358842a156
|
| 3 |
+
size 556870129
|