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

alpha-ai
/
AAI-1.5B-Thought

Transformers
Safetensors
GGUF
English
qwen2
text-generation-inference
unsloth
llama
8-bit precision
Model card Files Files and versions
xet
Community
1

Instructions to use alpha-ai/AAI-1.5B-Thought with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alpha-ai/AAI-1.5B-Thought with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("alpha-ai/AAI-1.5B-Thought", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use alpha-ai/AAI-1.5B-Thought with llama.cpp:

    Install (macOS, Linux)
    curl -LsSf https://llama.app/install.sh | sh
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
    # Run inference directly in the terminal:
    llama cli -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
    # Run inference directly in the terminal:
    llama cli -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
    # Run inference directly in the terminal:
    ./llama-cli -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf alpha-ai/AAI-1.5B-Thought:Q4_K_M
    Use Docker
    docker model run hf.co/alpha-ai/AAI-1.5B-Thought:Q4_K_M
  • LM Studio
  • Jan
  • Ollama

    How to use alpha-ai/AAI-1.5B-Thought with Ollama:

    ollama run hf.co/alpha-ai/AAI-1.5B-Thought:Q4_K_M
  • Unsloth Desktop
  • Docker Model Runner

    How to use alpha-ai/AAI-1.5B-Thought with Docker Model Runner:

    docker model run hf.co/alpha-ai/AAI-1.5B-Thought:Q4_K_M
  • Lemonade

    How to use alpha-ai/AAI-1.5B-Thought with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull alpha-ai/AAI-1.5B-Thought:Q4_K_M
    Run and chat with the model
    lemonade run user.AAI-1.5B-Thought-Q4_K_M
    List all available models
    lemonade list
  • Atomic Chat
AAI-1.5B-Thought
4.92 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 22 commits
alphaaico's picture
alphaaico
Update README.md
0ed7381 verified over 1 year ago
  • .gitattributes
    2.15 kB
    Rename AlphaAI-CoT-Reasoner.Q5_K_M.gguf to AlphaAI-1.5B-Thought.Q5_K_M.gguf over 1 year ago
  • AlphaAI-1.5B-Thought.Q4_K_M.gguf
    986 MB
    xet
    Rename AlphaAI-CoT-Reasoner.Q4_K_M.gguf to AlphaAI-1.5B-Thought.Q4_K_M.gguf over 1 year ago
  • AlphaAI-1.5B-Thought.Q5_K_M.gguf
    1.13 GB
    xet
    Rename AlphaAI-CoT-Reasoner.Q5_K_M.gguf to AlphaAI-1.5B-Thought.Q5_K_M.gguf over 1 year ago
  • AlphaAI-1.5B-Thought.Q8_0.gguf
    1.65 GB
    xet
    Rename AlphaAI-CoT-Reasoner.Q8_0.gguf to AlphaAI-1.5B-Thought.Q8_0.gguf over 1 year ago
  • README.md
    2.86 kB
    Update README.md over 1 year ago
  • added_tokens.json
    632 Bytes
    Upload model trained with Unsloth over 1 year ago
  • config.json
    29 Bytes
    (Trained with Unsloth) over 1 year ago
  • generation_config.json
    167 Bytes
    Upload model trained with Unsloth over 1 year ago
  • merges.txt
    1.67 MB
    Upload model trained with Unsloth over 1 year ago
  • model.safetensors
    1.14 GB
    xet
    Upload model trained with Unsloth over 1 year ago
  • special_tokens_map.json
    616 Bytes
    Upload model trained with Unsloth over 1 year ago
  • tokenizer.json
    11.4 MB
    xet
    Upload model trained with Unsloth over 1 year ago
  • tokenizer_config.json
    4.9 kB
    Upload model trained with Unsloth over 1 year ago
  • vocab.json
    2.78 MB
    Upload model trained with Unsloth over 1 year ago