Web3-Humanoid-ActionNet-v1
Overview
Web3-Humanoid-ActionNet-v1 is a lightweight NLP model that converts natural language commands into structured humanoid robot action intents.
Designed for robotics automation and Web3-based AI ecosystems.
Model Details
- Task: Text Classification
- Framework: PyTorch (Transformers)
- Base Model: DistilBERT
- Language: English
- Output: Structured JSON intent
Example
Input:
"Move the red box to the table."
Output:
{
"action": "move_object",
"object": "red box",
"destination": "table"
}
Tags
robotics
web3
humanoid-ai
nlp
intent-classification