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

Support for Larger Files and Consecutive Batch Execution #11

Open
charliekocsis opened this issue Sep 11, 2024 · 1 comment
Open

Support for Larger Files and Consecutive Batch Execution #11

charliekocsis opened this issue Sep 11, 2024 · 1 comment

Comments

@charliekocsis
Copy link

I really appreciate this program! Is there an option to increase the file size limit for uploads? I'm looking to process files around 500MB. Additionally, it would be helpful if the batch size could be increased. I’m comfortable with programming, so if you could guide me on what needs to be modified, I’d be happy to implement the changes myself. Another feature that would be beneficial is the ability to run through all batches consecutively without manual intervention. Currently, I have to click 'next batch' about 18 times and wait for each one to finish. It would be great to have an automated process for this.

@averkij
Copy link
Owner

averkij commented Sep 17, 2024

Hello! Sorry for late answer.

You can simply align texts just with Python and implement needed logic.
Here is the example. Just change the model to appropriate one.

https://colab.research.google.com/drive/1q4hqSaht8xsl_CXlZdKBi4cDFPYNZA-p

UI is needed for the easy manual checking and for the conflicts which can't be resolved automatically. Considering sizes of your files I suppose that you want to massivly extract parallel candidates.

So try the Python example for it.

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