Getting started¶
Three pages, in order:
- Install. The base install is small; training and export are extras.
- Your first dataset. What a
Decisionis and what a row looks like on disk. - End to end. Validate, split, train, evaluate and export, with the real output of each command.
You can do the first two pages, and the validate and split steps of the third, on a laptop with no GPU and no model download. Training and evaluation download model weights from the Hugging Face Hub and are far more pleasant with a CUDA GPU.
Python version
typedecide requires Python 3.10 or newer.