|
|
|
|
|
by gliptic
530 days ago
|
|
This could be circumvented by _training_ the LLM on the fly on the previously observed file data. This is what Bellard's other NN compressor, nncp, does [1], which is currently #1 on Mahoney's benchmark [2]. Unfortunately this is too slow, especially running on the CPU as Hutter's challenge stipulates IIRC. [1] https://bellard.org/nncp/ [2] http://mattmahoney.net/dc/text.html |
|