
OpenAI 直播活動
OpenAI 將舉辦一場直播活動。在直播期間將揭露具體的公告、產品發布或示範內容。
上一次 OpenAI 突然搞直播,他們直接丟出 GPT-4 Turbo,然後一夜之間改掉所有定價
![Language-model-based compression for Python source using n-grams + arithmetic coding (~33% better than zlib on Flask) [P]](https://preview.redd.it/mh9hw6z1gwyg1.png?width=140&height=74&auto=webp&s=5a203845612d62400ca3e1aad80ce4cbf9bddb01)
I’ve been experimenting with language-model-based compression for source code, using a simple n-gram model combined with arithmetic coding. ill make a repo soo... The setup is straightforward: tokenize Python source, estimate P(xt∣xt−n+1:t−1)P(x_t \mid x_{t-n+1:t-1})P(xt∣xt−n+1:t−1) using an order-4 n-gram model, and feed those probabilities into an arithmetic coder. The coder converts the predicted distribution into a bitstream, so compression performance is directly tied to how well the mo