machinewrapped / gpt-subtrans

Open Source project using LLMs to translate SRT subtitles
Other
311 stars 36 forks source link

Smarter batcher #66

Closed machinewrapped closed 10 months ago

machinewrapped commented 10 months ago

Split large batches dynamically based on the largest gap. This usually produces fewer batches with a larger average size, but can occasionally result in more batches on dense scenes - hopefully they will be more logical batches though.