Skip to content

Examples

All examples are in the examples/ directory.

# File Description
01 basic_training.py Train on names, generate new ones
02 strands_agent.py Use as a Strands Model provider
03 tool_usage.py Train/generate via tool calls
04 custom_dataset.py Train on custom text data
05 autograd_exploration.py Explore the autograd engine

Running

# Clone and install
git clone https://github.com/cagataycali/strands-microgpt.git
cd strands-microgpt
pip install -e .

# Run any example
python examples/01_basic_training.py