Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

gemma-facet/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemma Fine-Tuning Frontend

This is the Streamlit frontend for the Gemma Fine-Tuning Platform. It provides a user-friendly interface for managing the fine-tuning workflow.

Features

  • Dataset selection and upload
  • Data preprocessing configuration
  • Model configuration settings
  • Training monitoring and results

Installation

Please note that though the commands given use uv, it's because we use uv to develop the application. You can use equivalent pip commands and the project will work just fine.

uv venv

Running the App

uv run streamlit run src/main.py

Deployment

This frontend is designed to be deployed on Hugging Face Spaces. Simply push this directory to a Hugging Face Space repository.

Configuration

The app connects to backend services for:

  • Data preprocessing (CPU-based Cloud Run service)
  • Model fine-tuning (GPU-based Cloud Run service)

Backend endpoints can be configured via environment variables or Streamlit secrets.

About

Streamlit frontend for Gemma fine tuning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages