Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance: STaR Integration #1514

Merged
merged 13 commits into from
Jan 30, 2025
2 changes: 2 additions & 0 deletions camel/datagen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@

from .cotdatagen import CoTDataGenerator
from .self_instruct import SelfInstructPipeline
from .star import STaRPipeline

__all__ = [
"CoTDataGenerator",
"SelfInstructPipeline",
"STaRPipeline",
]
396 changes: 297 additions & 99 deletions camel/datagen/star/star_pipeline.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/camel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Subpackages

camel.agents
camel.configs
camel.datagen
camel.embeddings
camel.interpreters
camel.loaders
Expand Down
Loading