Home / Companies / Together AI / Blog / October 2023

October 2023 Summaries

2 posts from Together AI

Filter
Month: Year:
Post Summaries Back to Blog
The RedPajama-Data-v2 dataset consists of 30 trillion tokens from 84 CommonCrawl dumps covering five languages, along with 40+ pre-computed data quality annotations. This release aims to lift the burden off the community by providing a pool of web data for extracting and filtering high-quality datasets for large language models. The dataset is built from the ground up using publicly available web data, consisting of source data, quality annotations, and deduplication clusters. It includes 100 billion text documents with 100+ trillion raw tokens, five languages, and all data processing scripts are open source and available on GitHub. The goal is to provide a foundation for creating high-quality datasets, and the optimal filtering of data depends on the intended use.
Oct 30, 2023 2,223 words in the original blog post.
Flash-Decoding is a technique that significantly speeds up attention during inference for large language models, bringing up to 8x faster generation for very long sequences. It works by splitting the keys and values in smaller chunks, computing the attention of the query with each split in parallel using FlashAttention, and then combining the results to perform the final reduction. This approach unlocks up to 8x speedups in decoding speed for very large sequences and scales much better than alternative approaches.
Oct 12, 2023 1,271 words in the original blog post.