File size: 793 Bytes
5d491f3
616e144
 
 
 
5d491f3
616e144
5d491f3
 
616e144
5d491f3
 
616e144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
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)