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

KissTheHabit
/
IDA_MoE

Text Generation
Transformers
TensorBoard
Safetensors
ida-family
ida-lattice
causal-lm
mixture-of-experts
personality-council
escalation-reserve
h100
governed-memory
recurrent-state
cognitive-routing
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use KissTheHabit/IDA_MoE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KissTheHabit/IDA_MoE with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-generation", model="KissTheHabit/IDA_MoE")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("KissTheHabit/IDA_MoE", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • vLLM

    How to use KissTheHabit/IDA_MoE with vLLM:

    Install from pip and serve model
    # Install vLLM from pip:
    pip install vllm
    # Start the vLLM server:
    vllm serve "KissTheHabit/IDA_MoE"
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:8000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "KissTheHabit/IDA_MoE",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker
    docker model run hf.co/KissTheHabit/IDA_MoE
  • SGLang

    How to use KissTheHabit/IDA_MoE with SGLang:

    Install from pip and serve model
    # Install SGLang from pip:
    pip install sglang
    # Start the SGLang server:
    python3 -m sglang.launch_server \
        --model-path "KissTheHabit/IDA_MoE" \
        --host 0.0.0.0 \
        --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "KissTheHabit/IDA_MoE",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
    Use Docker images
    docker run --gpus all \
        --shm-size 32g \
        -p 30000:30000 \
        -v ~/.cache/huggingface:/root/.cache/huggingface \
        --env "HF_TOKEN=<secret>" \
        --ipc=host \
        lmsysorg/sglang:latest \
        python3 -m sglang.launch_server \
            --model-path "KissTheHabit/IDA_MoE" \
            --host 0.0.0.0 \
            --port 30000
    # Call the server using curl (OpenAI-compatible API):
    curl -X POST "http://localhost:30000/v1/completions" \
    	-H "Content-Type: application/json" \
    	--data '{
    		"model": "KissTheHabit/IDA_MoE",
    		"prompt": "Once upon a time,",
    		"max_tokens": 512,
    		"temperature": 0.5
    	}'
  • Docker Model Runner

    How to use KissTheHabit/IDA_MoE with Docker Model Runner:

    docker model run hf.co/KissTheHabit/IDA_MoE

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • ATLAS
    Async upload: ATLAS 0.0.0.1 moe (moe-atlas-0001-1780931999) 18 minutes ago
  • ECHO
    Async upload: ECHO 0.0.0.1 moe (moe-echo-0001-1780931605) 25 minutes ago
  • FORGE
    Async upload: FORGE 0.0.0.1 moe (moe-forge-0001-1780932773) 5 minutes ago
  • IDA
    Async upload: IDA 0.0.0.1 moe (moe-ida-0001-1780930049) about 1 hour ago
  • JUDGE
    Async upload: JUDGE 0.0.0.1 moe (moe-judge-0001-1780930438) 44 minutes ago
  • ORBIT
    Async upload: ORBIT 0.0.0.1 moe (moe-orbit-0001-1780888880) about 12 hours ago
  • PRISM
    Async upload: PRISM 0.0.0.1 moe (moe-prism-0001-1780931216) 31 minutes ago
  • PULSE
    Async upload: PULSE 0.0.0.1 moe (moe-pulse-0001-1780888464) about 12 hours ago
  • SENTINEL
    Async upload: SENTINEL 0.0.0.1 moe (moe-sentinel-0001-1780930832) 37 minutes ago
  • SHADE
    Async upload: SHADE 0.0.0.1 moe (moe-shade-0001-1780888064) about 13 hours ago
  • VECTOR
    Async upload: VECTOR 0.0.0.1 moe (moe-vector-0001-1780932389) 11 minutes ago