Tutorials¶
Step-by-step guides for common workflows with theseus.
Running experiments¶
- Running Experiments — configure a job, run it locally, dispatch it to a remote machine or SLURM cluster, and start an interactive Jupyter REPL.
Extending theseus¶
- Adding Things — overview of the four extension points.
- Adding a Model — subclass
Moduleor extend an existing architecture. - Adding an Experiment — register a new training job with
@job. - Adding a Dataset — register a pretraining or chat dataset with
@dataset. - Adding an Evaluation — register a new evaluation with
@evaluation.