Skip to content

DevRelSquad-blogs/genAI-finetuning-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative AI Fine-Tuning Pipeline

This project provides scripts for fine-tuning GPT models and building a text-to-image pipeline using Stable Diffusion.

Features

  • Fine-tune GPT for specific tasks
  • Build a Stable Diffusion pipeline for text-to-image generation
  • Utility modules for data preprocessing and configuration

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/genAI-finetuning-pipeline.git
    cd genAI-finetuning-pipeline
  2. Install dependencies:
    pip install -r requirements.txt
    
    

Usage

  • Fine-Tuning GPT: Run fine_tune_gpt.py with the appropriate arguments.
  • Text-to-Image Pipeline: Use stable_diffusion_pipeline.py for generating images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages