Instructions to use ariefansclub/humanoid-workflow-sequence-classifier-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ariefansclub/humanoid-workflow-sequence-classifier-v1 with Transformers:
# 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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- humanoid
|
| 6 |
+
- robotics
|
| 7 |
+
- workflow
|
| 8 |
+
- sequence-modeling
|
| 9 |
+
- ai
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
+
library_name: transformers
|
| 12 |
+
pretty_name: Humanoid Workflow Sequence Classifier
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Humanoid Workflow Sequence Classifier
|
| 16 |
+
|
| 17 |
+
## Overview
|
| 18 |
+
|
| 19 |
+
A lightweight model that classifies
|
| 20 |
+
multi-step domestic workflows
|
| 21 |
+
into predefined operational categories.
|
| 22 |
+
|
| 23 |
+
## Capabilities
|
| 24 |
+
|
| 25 |
+
- Workflow type classification
|
| 26 |
+
- Sequence validation tagging
|
| 27 |
+
- Completion readiness prediction
|
| 28 |
+
|
| 29 |
+
## License
|
| 30 |
+
|
| 31 |
+
MIT
|