Text Classification
Transformers
ONNX
Safetensors
English
modernbert
agent-security
intent-integrity
tool-use
sequence-pair-classification
sheltron
preview
text-embeddings-inference
Instructions to use sheltron-ai/intent-integrity-400m-preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sheltron-ai/intent-integrity-400m-preview with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sheltron-ai/intent-integrity-400m-preview")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sheltron-ai/intent-integrity-400m-preview") model = AutoModelForSequenceClassification.from_pretrained("sheltron-ai/intent-integrity-400m-preview", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K