mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
first commit
This commit is contained in:
commit
621d00dd80
89 changed files with 15315 additions and 0 deletions
7
example_trainer/__init__.py
Normal file
7
example_trainer/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"""
|
||||
Example trainer implementations of how to implement a trainer for the Atropos library.
|
||||
"""
|
||||
|
||||
from example_trainer.grpo import TrainingConfig, train
|
||||
|
||||
__all__ = ["TrainingConfig", "train"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue