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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

easytt1178
/
example-model

Transformers
PyTorch
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use easytt1178/example-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use easytt1178/example-model with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("easytt1178/example-model", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
example-model / src /agents
4.32 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
easytt1178
feat: scaffold 5-agent orchestrator with Gradio UI
bb6e1c1 10 months ago
  • bot_agent.py
    2.06 kB
    feat: scaffold 5-agent orchestrator with Gradio UI 10 months ago
  • code_agent.py
    988 Bytes
    feat: scaffold 5-agent orchestrator with Gradio UI 10 months ago
  • reasoning_agent.py
    411 Bytes
    feat: scaffold 5-agent orchestrator with Gradio UI 10 months ago
  • vision_agent.py
    862 Bytes
    feat: scaffold 5-agent orchestrator with Gradio UI 10 months ago