Usage¶
Quick Start¶
Here's an example of how to use createllm
to train a model:
1 2 3 4 5 |
|
Advanced Features¶
- Configure architecture with
ModelConfig
. - Tokenize and preprocess text with
TextFileProcessor
.
Here's an example of how to use createllm
to train a model:
1 2 3 4 5 |
|
ModelConfig
.TextFileProcessor
.