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
- Bandila 1.0 - Reasoning Specialist (Mistral-7B)
- Amigo 1.0 - Coding Specialist (CodeLlama-7B)
π License
MIT License - Created by Jan Francis Israel (The Swordfish)
Part of the Swordfish Project - Building elite AI debugging tools.
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support