Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ariefansclub
/
humanoid-basic-home-task-agent-v1

Text Classification
Transformers
English
bert
humanoid
robotics
task-agent
home-assistance
ai
Model card Files Files and versions
xet
Community

Instructions to use ariefansclub/humanoid-basic-home-task-agent-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ariefansclub/humanoid-basic-home-task-agent-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ariefansclub/humanoid-basic-home-task-agent-v1")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ariefansclub/humanoid-basic-home-task-agent-v1", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
humanoid-basic-home-task-agent-v1
1.98 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ariefansclub's picture
ariefansclub
Create config.json
30b7a16 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    376 Bytes
    Update README.md 3 months ago
  • config.json
    82 Bytes
    Create config.json 3 months ago