Skip to content

alph-notebooks/fireworks-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

195 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fireworks AI Cookbook

The Fireworks AI Cookbook provides ready-to-run recipes and utilities for training models on Fireworks. It covers supervised fine-tuning (SFT), reinforcement learning (GRPO, DAPO, GSPO, CISPO), and preference optimization (DPO, ORPO) — all driven by the Fireworks Training SDK.

For full SDK documentation, see the Fireworks Training SDK Reference.

Getting Started

Head to the training/ directory for installation instructions, recipe configuration, and runnable examples.

Repository Structure

training/           Training SDK recipes, utilities, and examples
  recipes/          Fork-and-customize training loop scripts
  utils/            Shared config, data loading, losses, metrics
  examples/         Worked examples (e.g. deepmath GRPO)
  tests/            Unit and end-to-end tests
archived/           Legacy cookbook content (see below)

Archived Content

All previous cookbook material — learning tutorials, integration examples, showcase projects, evaluation recipes, and more — has been moved to archived/. See the archived README for details on what's there.

Contributing

We welcome contributions! See the Contribution Guide for how to get started.

Feedback & Support

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 80.5%
  • Python 16.8%
  • TypeScript 1.9%
  • Shell 0.3%
  • JavaScript 0.2%
  • Dockerfile 0.1%
  • Other 0.2%