Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.20.0
metadata
title: DocuMint Train
emoji: π
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: true
π DocuMint Train
LoRA fine-tuning interface for Qwen2-0.5B document processing.
Features
- π― LoRA Training - Efficient fine-tuning with low memory usage
- π Status Tracking - Real-time progress updates
- π Auto Upload - Trained adapters pushed to DocuMint-Models
- π§ Configurable - Adjust epochs, batch size, learning rate
Quick Start
- Set
HF_TOKENin Space secrets - Upload training data to
himu1780/DocuMint-Data - Click "Start Training"
- Monitor with "Refresh Status"
Dataset Format
Instruction Format:
{"instruction": "Summarize this text", "output": "Summary..."}
Q&A Format:
{"question": "What is X?", "answer": "X is..."}
LoRA Config
- Rank: 8
- Alpha: 16
- Target: q_proj, k_proj, v_proj, o_proj
Links
- π₯ DocuMint App
- π¦ DocuMint-Models
- π DocuMint-Data