File size: 939 Bytes
87230d4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: mit
title: Gemma FineTuner
sdk: gradio
emoji: 🔥
colorFrom: gray
colorTo: green
pinned: true
---
# Gemma Fine-tuning UI

A user-friendly interface for fine-tuning Google's Gemma models using Unsloth optimizations.

## Features

- Easy-to-use web interface for model fine-tuning
- Support for multiple data formats (CSV, JSONL, TEXT)
- Parameter-efficient fine-tuning with LoRA
- Real-time training progress visualization
- Model export in multiple formats
- Integrated text generation testing

## Installation

```bash
git clone https://github.com/codewithdark-git/Gemma-Finetune.git
cd Gemma-Finetune
pip install -r requirements.txt
```

## Usage

1. Run the application:
```bash
python main.py
```

2. Follow the UI steps:
   - Upload your dataset
   - Configure model parameters
   - Start training
   - Test and export your model

## Requirements

See requirements.txt for detailed dependencies.

## License

MIT License