Instructions to use ariefansclub/humanoid-task-performance-analyzer-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ariefansclub/humanoid-task-performance-analyzer-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ariefansclub/humanoid-task-performance-analyzer-v1")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ariefansclub/humanoid-task-performance-analyzer-v1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Humanoid Task Performance Analyzer
Overview
A classification model designed to evaluate task execution performance levels based on structured task metrics.
Capabilities
- Performance level classification
- Efficiency scoring support
- Optimization signal generation
Output Labels
- high_efficiency
- moderate_efficiency
- low_efficiency
License
MIT
- Downloads last month
- 2