5 lines
472 B
Markdown
5 lines
472 B
Markdown
# How to Create Your Own Model
|
|
This section of documentation will be **refined in the future**. For now, you can refer these files: [default config](../config/default.yaml), [baseline config](../config/baseline.yaml), [loss aggregator](../lib/modeling/loss_aggregator.py), [base_model](../lib/modeling/base_model.py), and [baseline model](../lib/modeling/models/baseline.py).
|
|
|
|
Then, you can write your own model in `lib\modeling\models`, and use it in configuration file.
|