YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Amihan 1.0 - Super Debugger AI Ensemble

Created by Jan Francis Israel (The Swordfish)

Amihan is an intelligent ensemble system that combines two specialized AI models:

  • Bandila 1.0 (Mistral-7B): Reasoning & Analysis Specialist
  • Amigo 1.0 (CodeLlama-7B): Code Generation Specialist

Amihan automatically routes your queries to the best specialist, giving you the perfect blend of strategic reasoning and precise code generation.

🌬️ What is Amihan?

"Amihan" means "Northeast Wind" in Filipino - a guiding force that knows when to be gentle (reasoning) and when to be powerful (coding).

πŸš€ Quick Start

from amihan import AmihanEnsemble

# Initialize
amihan = AmihanEnsemble()

# Ask anything - Amihan routes automatically
response = amihan.ask("Write a Python function to calculate factorial")  # β†’ Routes to Amigo (Coding)
response = amihan.ask("How do I design a scalable CI/CD pipeline?")      # β†’ Routes to Bandila (Reasoning)

πŸ“¦ Installation

pip install transformers peft torch huggingface-hub

🎯 Routing Logic

Amihan intelligently routes queries based on keywords:

  • Coding keywords: function, code, write, implement, debug, algorithm β†’ Amigo
  • Reasoning keywords: why, how, explain, analyze, design, architecture β†’ Bandila
  • Identity questions: your name, who are you β†’ Bandila

πŸ”— Component Models

πŸ“œ License

MIT License - Created by Jan Francis Israel (The Swordfish)

Part of the Swordfish Project - Building elite AI debugging tools.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support