CoolFace
Modelpublic

Caplin43/humanoid-motion-model

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes12downloads
Model Card

Humanoid Motion Control Model

This model is designed for humanoid robot motion training tasks.

Description

A lightweight transformer-based model trained on humanoid motion datasets.

Usage

python
from transformers import AutoModel

model = AutoModel.from_pretrained("username/humanoid-motion-model")