Closed gy0425 closed 1 year ago
Could you point to the specific file that you are asking about?
For example, the value of the "count" parameter in the exp/transformer-q-l/adult/0_evaluation/0.toml file is 125. How is this value determined?
This section provides an example of how such configs are obtained, but for a different model-dataset pair: link.
count=125
was tuned automatically based on the hyperparameter tuningtuning_report['best']['config']
dictionary is the best configuration identified by the tuning algorithm; in particular, you can see the value "count": 125
there)Does this help?
Feel free to reopen the issue if needed!
Thanks for your answer, much appreciated.
I would like to ask how the values of the parameters in exp/.../xx.toml are obtained? When I reproduce the code, I want to use C.bins.count. The value of the parameter in the toml file is 125, but I don't know how this value is obtained.