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 |