nimos-coder-agent / README.md
CaptainNimo's picture
uploaded app.py files
616e144 verified
---
title: Nimo's Coder Agent
emoji: "💻"
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
license: mit
---
# Nimo's Personal Coder Agent
A fine-tuned LLM specialized for code generation, debugging, and code review.
## Model Details
- **Base Model**: Qwen2.5-Coder-0.5B-Instruct
- **Training Method**: QLoRA (4-bit quantization + LoRA)
- **Dataset**: CodeAlpaca-20k (20,022 examples)
- **Training Time**: ~5 hours on T4 GPU
## Usage
Enter a coding instruction and optionally provide context (existing code for debugging/refactoring).
## Links
- [GitHub Repository](https://github.com/CaptainNimo/nimos-personal-coder-agent)
- [Model on HuggingFace](https://huggingface.co/CaptainNimo/nimos-coder-agent-v2)
## Author
Nimo (CaptainNimo)