How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="ariefansclub/humanoid-workflow-sequence-classifier-v1")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ariefansclub/humanoid-workflow-sequence-classifier-v1", device_map="auto")
Quick Links

Humanoid Workflow Sequence Classifier

Overview

A lightweight model that classifies multi-step domestic workflows into predefined operational categories.

Capabilities

  • Workflow type classification
  • Sequence validation tagging
  • Completion readiness prediction

License

MIT

Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support