Hacker News new | past | comments | ask | show | jobs | submit
castform founder here. we should have made it more prominent on the blog but here's the full code example: https://github.com/castform-ai/benchmax/tree/main/examples/n...
Thank you for the github link, what is the license? I went briefly over several repo, unless I missed it somewhere the license was often missing.
Are you using blind chunking or section aware chunking?
for the example here the chunking is section aware -> but the general training data synthesis pipeline is agnostic to type of chunking
if chunking is section aware, how do you manage large section embeddings?