This project provides scripts for fine-tuning GPT models and building a text-to-image pipeline using Stable Diffusion.
- Fine-tune GPT for specific tasks
- Build a Stable Diffusion pipeline for text-to-image generation
- Utility modules for data preprocessing and configuration
- Clone the repository:
git clone https://github.com/your-username/genAI-finetuning-pipeline.git cd genAI-finetuning-pipeline
- Install dependencies:
pip install -r requirements.txt
- Fine-Tuning GPT: Run fine_tune_gpt.py with the appropriate arguments.
- Text-to-Image Pipeline: Use stable_diffusion_pipeline.py for generating images.