paper-with-me

홈 › Papers

1.5-Pints Technical Report: Pretraining in Days, Not Months -- Your Language Model Thrives on Quality Data

2024-08-07 · Calvin Tan, Jerome Wang

This paper presents a compute-efficient approach to pre-training a Language Model-the "1.5-Pints"-in only 9 days, while outperforming state-of-the-art models as an instruction-following assistant.Based on MT-Bench (a benchmark that emulates human judgments), 1.5-Pints outperforms Apple's OpenELM and Microsoft's Phi.This is achieved by a carefully curated pre-training dataset of 57 billion tokens, using a mix of automated workflows and manual human review. The selection of the dataset prioritizes content that is considered expository and "textbook-like" to aid the model in reasoning and logical deduction, culminating in its overall ability as a strong and versatile AI model. In terms of the model architecture, we employed a modified Mistral tokenizer, alongside a Llama-2 architecture for wider compatibility. For training, we adopted the methodologies used by StableLM, TinyLlama, and Huggingface Zephyr. 1.5-Pints demonstrates that by focusing on data quality over quantity in LLM training, we can significantly reduce training time and resources required. We believe this approach will not only make pre-training more accessible but also reduce our carbon footprint. Our findings and resources from this research are open-sourced, aiming to facilitate further advancements in the field. The 1.5-Pints model is available in two versions: 2K and 16K context windows.

📄 PDF Abstract BibTeX arXiv:2408.03506

Code (1)

Pints-AI/1.5-Pints 공식 구현 pytorch

Tasks

16k2kInstruction FollowingLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Effective immunity and second waves: a dynamic causal modelling study

2020-06-16

This technical report addresses a pressing issue in the trajectory of the coronavirus outbreak; namely, the rate at which effective immunity is lost following the first wave of the pandemic. This is a crucial epidemiolog…

Breeze-7B Technical Report

2024-03-05 · Chan-Jan Hsu, Chang-Le Liu, Feng-Ting Liao, Po-chun Hsu 외

Breeze-7B is an open-source language model based on Mistral-7B, designed to address the need for improved language comprehension and chatbot-oriented capabilities in Traditional Chinese. This technical report provides an…

ChatbotLanguage ModelingLanguage Modelling

Time scales in stock markets

2019-06-13

Different investment strategies are adopted in short-term and long-term depending on the time scales, even though time scales are adhoc in nature. Empirical mode decomposition based Hurst exponent analysis and variance t…

Time SeriesTime Series Analysis

LoIDE: a web-based IDE for Logic Programming - Preliminary Technical Report

2017-09-15 · Stefano Germano, Francesco Calimeri, Eliana Palermiti

Logic-based paradigms are nowadays widely used in many different fields, also thank to the availability of robust tools and systems that allow the development of real-world and industrial applications. In this work we …

PASS: An ImageNet replacement for self-supervised pretraining without humans

2021-09-27 · NeurIPS Workshop ImageNet_PPF 2021 12 · Yuki M. Asano, Christian Rupprecht, Andrew Zisserman, Andrea Vedaldi

Computer vision has long relied on ImageNet and other large datasets of images sampled from the Internet for pretraining models. However, these datasets have ethical and technical shortcomings, such as containing persona…

BenchmarkingEthicsPose EstimationTransfer Learning