# mentor.mentee The {class}`~mentor.Mentee` class is the single public entry point for building and training models with mentor. ```{eval-rst} .. autoclass:: mentor.Mentee :members: :special-members: __init__, __repr__, __str__ :show-inheritance: ``` ## Helper functions The following module-level helpers are used internally and exposed for advanced use. ```{eval-rst} .. autofunction:: mentor.mentee._to_cpu ``` ```{eval-rst} .. autofunction:: mentor.mentee._state_dict_architecture_lines ``` ```{eval-rst} .. autofunction:: mentor.mentee._get_software_snapshot ```