HackerTrans
TopNewTrendsCommentsPastAskShowJobs

srazzaque

no profile record

comments

srazzaque
·السنة الماضية·discuss
Agree with what others have said: you need to try a few out. But I'd put Qwen3-14B on your list of things to try out.
srazzaque
·السنة الماضية·discuss
Get the LLM to read and summarise N pages at a time, and store the outputs. Then, you concatenate those outputs into one "super summary" and use _that_ as context.

Theres some fidelity loss but it works for text, because there's quite often so much redundancy.

However, I'm not sure this technique could work on code.