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

Split transformers.py into multiple python files #1378

Open
santiatpml opened this issue Mar 20, 2024 · 1 comment
Open

Split transformers.py into multiple python files #1378

santiatpml opened this issue Mar 20, 2024 · 1 comment
Assignees

Comments

@santiatpml
Copy link
Contributor

transformers.py is getting big with multiple modules: transform, embed, fine-tuning etc. It is time to split this into multiple files so that we can iterate and test independently.

@santiatpml santiatpml self-assigned this Mar 20, 2024
@hobson
Copy link

hobson commented Mar 21, 2024

this transformers.py file might be naturally split into loaders, runners, and metrics. Runners could split into tasks like embedders and tex2text or vec2text generators. I'll look into the metrics functions and see what might be broken out and unittested or doctested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants