Text Classification
Transformers
English
tribunal-grader
dataset-curator
swarm-and-bee
defendable-os
qwen
9b
ai-trust
royal-jelly
honey-jelly-propolis
Instructions to use SwarmandBee/SwarmCurator-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SwarmandBee/SwarmCurator-9B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SwarmandBee/SwarmCurator-9B")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SwarmandBee/SwarmCurator-9B", dtype="auto") - Notebooks
- Google Colab
- Kaggle