00:00:00

Share Your Feedback 🏝️

Model | Bloom

Model | Bloom

MinWoo(Daniel) Park | Tech Blog

Read more
Previous: Model | Long Llama Next: Model | Qwen 1

Model | Bloom

  • Related Project: private
  • Category: Paper Review
  • Date: 2023-08-19

BLOOM: A 176B-Parameter Open-Access Multilingual Language Model

  • huggingfcae-web: https://huggingface.co/docs/transformers/model_doc/bloom
  • url: https://arxiv.org/abs/2211.05100
  • pdf: https://arxiv.org/pdf/2211.05100
  • demo: https://bloombot.ai/
  • abstract: Large language models (LLMs) have been shown to be able to perform new tasks based on a few demonstrations or natural language instructions. While these capabilities have led to widespread adoption, most LLMs are developed by resource-rich organizations and are frequently kept from the public. As a step towards democratizing this powerful technology, we present BLOOM, a 176B-parameter open-access language model designed and built thanks to a collaboration of hundreds of researchers. BLOOM is a decoder-only Transformer language model that was trained on the ROOTS corpus, a dataset comprising hundreds of sources in 46 natural and 13 programming languages (59 in total). We find that BLOOM achieves competitive performance on a wide variety of benchmarks, with stronger results after undergoing multitask prompted fine-tuning. To facilitate future research and applications using LLMs, we publicly release our models and code under the Responsible AI License.

Contents

TL;DR


  1. 모델 개요: BLOOM은 1760억 개의 파라미터를 가진 자동회귀 대규모 언어모델로, 46개의 자연어와 13개의 프로그래밍 언어로 일관성 있는 텍스트를 생성할 수 있습니다.
  2. 기술 사양: 디코더 전용 아키텍처, ALiBI 위치 인코딩, GeLU 활성화 함수를 사용하며 1.6TB의 텍스트 데이터셋으로 훈련되었습니다.

모델 개요

  • 개발: BigScience
  • 모델 타입: Transformer 기반 언어 모델
  • 버전: 1.0.0
  • 언어: 46개 자연어, 13개 프로그래밍 언어
  • 라이선스: RAIL License v1.0

기술 사양

  • 아키텍처: 디코더 전용, 70개 레이어, 112개 어텐션 헤드, 14336 차원 히든 레이어
  • 파라미터 수: 1760억 개
  • 위치 인코딩: ALiBI
  • 활성화 함수: GeLU
  • 목적함수: 교차 엔트로피(Cross Entropy) 평균 감소

training dataset 및 인프라

  • 데이터 양: 1.6TB의 전처리된 텍스트, 3500억 개의 유니크 토큰
  • 언어 분포: 영어 30%, 프랑스어 10%, 스페인어 10%, 기타 50%
  • 프로그래밍 언어: Java, PHP, C++, Python, JavaScript 등
  • 훈련 기간: 2022년 3월 11일 시작, 2022년 7월 5일 종료 예상
  • 하드웨어: 384개의 A100 80GB GPU, 48개 노드

사용 사례

  • 의도된 사용: 언어 생성, 정보 추출, 질문 응답, 요약 등의 작업
  • 오용 방지: 생명공학, 정치, 법률, 금융 분야에서의 사용 금지, 개인 평가나 중요한 자동 결정에의 적용 금지

Basics

BLOOM is an autoregressive Large Language Model (LLM), trained to continue text from a prompt on vast amounts of text data using industrial-scale computational resources. As such, it is able to output coherent text in 46 languages and 13 programming languages that is hardly distinguishable from text written by humans. BLOOM can also be instructed to perform text tasks it hasn’t been explicitly trained for, by casting them as text generation tasks. This section provides information about the model type, version, license, funders, release date, developers, and contact information. It is useful for anyone who wants to reference the model.

  • Developed by: BigScience
  • All collaborators are either volunteers or have an agreement with their employer. (Further breakdown of participants forthcoming.)
  • Model Type: Transformer-based Language Model
  • Checkpoints format: transformers (Megatron-DeepSpeed format available here)
  • Version: 1.0.0
  • Languages: Multiple; see training data
  • License: RAIL License v1.0 (article and FAQ)
  • Release Date Estimate: Monday, 11.July.2022
  • Send Questions to: bigscience-contact@googlegroups.com
  • Cite as: BigScience, BigScience Language Open-science Open-access Multilingual (BLOOM) Language Model. International, May 2021-May 2022
  • Funded by:
    • The French government.
    • Hugging Face.
    • Organizations of contributors. (Further breakdown of organizations forthcoming.)

Technical Specifications

This section includes details about the model objective and architecture, and the compute infrastructure. It is useful for people interested in model development.

Please see the BLOOM training README for full details on replicating training.

Model Architecture and Objective

  • Modified from Megatron-LM GPT2 (see paper, BLOOM Megatron code):
  • Decoder-only architecture
  • Layer normalization applied to word embeddings layer (StableEmbedding; see code, paper)
  • ALiBI positional encodings (see paper), with GeLU activation functions
  • 176,247,271,424 parameters:
    • 3,596,615,680 embedding parameters
    • 70 layers, 112 attention heads
    • Hidden layers are 14336-dimensional
    • Sequence length of 2048 tokens used (see BLOOM tokenizer, tokenizer description)

Objective Function: Cross Entropy with mean reduction (see API documentation).

Compute infrastructure

Jean Zay Public Supercomputer, provided by the French government (see announcement).

Hardware
  • 384 A100 80GB GPUs (48 nodes)
  • Additional 32 A100 80GB GPUs (4 nodes) in reserve
  • 8 GPUs per node Using NVLink 4 inter-gpu connects, 4 OmniPath links
  • CPU: AMD
  • CPU memory: 512GB per node
  • GPU memory: 640GB per node
  • Inter-node connect: Omni-Path Architecture (OPA)
  • NCCL-communications network: a fully dedicated subnet
  • Disc IO network: shared network with other types of nodes
Software

Training

This section provides information about the training data, the speed and size of training elements, and the environmental impact of training. It is useful for people who want to learn more about the model inputs and training footprint.

Training Data

This section provides a high-level overview of the training data. It is relevant for anyone who wants to know the basics of what the model is learning.

Details for each dataset are provided in individual Data Cards, and the sizes of each of their contributions to the aggregated training data are presented in an Interactive Corpus Map.

Training data includes:

  • 46 natural languages
  • 13 programming languages
  • In 1.6TB of pre-processed text, converted into 350B unique tokens (see the tokenizer section for more.)

Distribution of Niger Congo and Indic languages.

Niger-Congo Languages Percentage Indic Languages Percentage
Chi Tumbuka 0.00002 Assamese 0.01
Kikuyu 0.00004 Odia 0.04
Bambara 0.00004 Gujarati 0.04
Akan 0.00007 Marathi 0.05
Xitsonga 0.00007 Punjabi 0.05
Sesotho 0.00007 Kannada 0.06
Chi Chewa 0.0001 Nepali 0.07
Setswana 0.0002 Telugu 0.09
Lingala 0.0002 Malayalam 0.10
Northern Sotho 0.0002 Urdu 0.10
Fon 0.0002 Tamil 0.20
Kirundi 0.0003 Bengali 0.50
Wolof 0.0004 Hindi 0.70
Luganda 0.0004    
Chi Shona 0.001    
Isi Zulu 0.001    
Igbo 0.001    
Xhosa 0.001    
Kinyarwanda 0.003    
Yoruba 0.006    
Swahili 0.02    

Distribution of programming languages.

Extension Language Number of files
java Java 5,407,724
php PHP 4,942,186
cpp C++ 2,503,930
py Python 2,435,072
js JavaScript 1,905,518
cs C# 1,577,347
rb Ruby 6,78,413
cc C++ 443,054
hpp C++ 391,048
lua Lua 352,317
go GO 227,763
ts TypeScript 195,254
C C 134,537
scala Scala 92,052
hh C++ 67,161
H C++ 55,899
tsx TypeScript 33,107
rs Rust 29,693
phpt PHP 9,702
c++ C++ 1,342
h++ C++ 791
php3 PHP 540
phps PHP 270
php5 PHP 166
php4 PHP 29

Preprocessing

Tokenization: The BLOOM tokenizer, a learned subword tokenizer trained using:

  • A byte-level Byte Pair Encoding (BPE) algorithm
  • A simple pre-tokenization rule, no normalization
  • A vocabulary size of 250,680

It was trained on a subset of a preliminary version of the corpus using alpha-weighting per language.

Speeds, Sizes, Times

Training logs: Tensorboard link

  • Dates:
    • Started 11th March, 2022 11:42am PST
    • Estimated end: 5th July, 2022
  • Checkpoint size:
    • Bf16 weights: 329GB
    • Full checkpoint with optimizer states: 2.3TB
  • Training throughput: About 150 TFLOP per GPU per second
  • Number of epochs: 1
  • Estimated cost of training: Equivalent of $2-5M in cloud computing (including preliminary experiments)
  • Server training location: Île-de-France, France

Environmental Impact

The training supercomputer, Jean Zay (website), uses mostly nuclear energy. The heat generated by it is reused for heating campus housing.

Uses

This section addresses questions around how the model is intended to be used, discusses the foreseeable users of the model (including those affected by the model), and describes uses that are considered out of scope or misuse of the model. It is useful for anyone considering using the model or who is affected by the model.

How to use

This model can be easily used and deployed using HuggingFace’s ecosystem. This needs transformers and accelerate installed. The model can be downloaded as follows:

Intended Use

This model is being created in order to enable public research on large language models (LLMs). LLMs are intended to be used for language generation or as a pretrained base model that can be further fine-tuned for specific tasks. Use cases below are not exhaustive.

Direct Use

  • Text generation
  • Exploring characteristics of language generated by a language model Examples: Cloze tests, counterfactuals, generations with reframings

Downstream Use

  • Tasks that leverage language models include: Information Extraction, Question Answering, Summarization

Misuse and Out-of-scope Use

This section addresses what users ought not do with the model.

See the BLOOM License, Attachment A, for detailed usage restrictions. The below list is non-exhaustive, but lists some easily foreseeable problematic use cases.

Out-of-scope Uses

Using the model in high-stakes settings is out of scope for this model. The model is not designed for critical decisions nor uses with any material consequences on an individual’s livelihood or wellbeing. The model outputs content that appears factual but may not be correct.

Out-of-scope Uses Include:

  • Usage in biomedical domains, political and legal domains, or finance domains
  • Usage for evaluating or scoring individuals, such as for employment, education, or credit
  • Applying the model for critical automatic decisions, generating factual content, creating reliable summaries, or generating predictions that must be correct

Misuse

Intentionally using the model for harm, violating human rights, or other kinds of malicious activities, is a misuse of this model. This includes:

  • Spam generation
  • Disinformation and influence operations
  • Disparagement and defamation
  • Harassment and abuse
  • Deception
  • Unconsented impersonation and imitation
  • Unconsented surveillance
  • Generating content without attribution to the model, as specified in the RAIL License, Use Restrictions

Intended Users

Direct Users

  • General Public
  • Researchers
  • Students
  • Educators
  • Engineers/developers
  • Non-commercial entities
  • Community advocates, including human and civil rights groups

Indirect Users

Others Affected (Parties Prenantes)

  • People and groups referred to by the LLM
  • People and groups exposed to outputs of, or decisions based on, the LLM
  • People and groups whose original work is included in the LLM

Risks and Limitations

This section identifies foreseeable harms and misunderstandings.

Model may:

  • Overrepresent some viewpoints and underrepresent others
  • Contain stereotypes
  • Contain personal information
  • Generate:
    • Hateful, abusive, or violent language
    • Discriminatory or prejudicial language
    • Content that may not be appropriate for all settings, including sexual content
  • Make errors, including producing incorrect information as if it were factual
  • Generate irrelevant or repetitive outputs
  • Induce users into attributing human traits to it, such as sentience or consciousness

Metrics

This section describes the different ways performance is calculated and why.

Includes:

Metric Why chosen
Perplexity Standard metric for quantifying model improvements during training
Cross Entropy Loss Standard objective for language models.

And multiple different metrics for specific tasks. (More evaluation metrics forthcoming upon completion of evaluation protocol.)

Factors

This section lists some different aspects of BLOOM models. Its focus is on aspects that are likely to give rise to high variance in model behavior.

  • Language, such as English or Yoruba
  • Domain, such as newswire or stories
  • Demographic characteristics, such as gender or nationality

Results

Results are based on the Factors and Metrics.

Zero-shot evaluations:

WARNING: This section used to contain much more results, however they were not correct and we released without the approval of the evaluation working group. We are currently in the process of fixing the evaluations.

See this repository for JSON files: https://github.com/bigscience-workshop/evaluation-results

Task Language Metric BLOOM-176B OPT-175B*
humaneval python pass@1 ↑ 0.155 0.0
humaneval python pass@10 ↑ 0.328 0.0
humaneval python pass@100 ↑ 0.572 0.003

Train-time Evaluation:

Final checkpoint after 95K steps:

  • Training Loss: 1.939
  • Validation Loss: 2.061
  • Perplexity: 7.045

For more see: https://huggingface.co/bigscience/tr11-176B-ml-logs

Recommendations

This section provides information on warnings and potential mitigations.

  • Indirect users should be made aware when the content they’re working with is created by the LLM.
  • Users should be aware of Risks and Limitations, and include an appropriate age disclaimer or blocking interface as necessary.
  • Models trained or finetuned downstream of BLOOM LM should include an updated Model Card.
  • Users of the model should provide mechanisms for those affected to provide feedback, such as an email address for comments.

Glossary and Calculations

This section defines common terms and how metrics are calculated.

More Information

This section provides links to writing on dataset creation, technical specifications, lessons learned, and initial results.

Intermediate checkpoints

For academic (or any) usage, we published the intermediate checkpoints, corresponding to the model state at each 5000 steps. Please follow this link to get these checkpoints.

Dataset Creation

Blog post detailing the design choices during the dataset creation: https://bigscience.huggingface.co/blog/building-a-tb-scale-multilingual-dataset-for-language-modeling

Technical Specifications

Lessons

  • Insights on how to approach training, negative results: https://github.com/bigscience-workshop/bigscience/blob/master/train/lessons-learned.md
  • Details on the obstacles overcome during the preparation on the engineering side (instabilities, optimization of training throughput, so many technical tricks and questions): https://github.com/bigscience-workshop/bigscience/blob/master/train/tr11-176B-ml/chronicles.md

Initial Results

  • Initial prompting experiments using interim checkpoints: https://huggingface.co/spaces/bigscience/bloom-book

Original checkpoints

  • The checkpoints in this repo correspond to the HuggingFace Transformers format. If you want to use our fork of Megatron-DeepSpeed that the model was trained with, you’d want to use this repo instead.
  • Many intermediate checkpoints are available at https://huggingface.co/bigscience/bloom-intermediate/
Model Card Authors

Ordered roughly chronologically and by amount of time spent on creating this model card.

Margaret Mitchell, Giada Pistilli, Yacine Jernite, Ezinwanne Ozoani, Marissa Gerchick, Nazneen Rajani, Sasha Luccioni, Irene Solaiman, Maraim Masoud, Somaieh Nikpoor, Carlos Muñoz Ferrandis, Stas Bekman, Christopher Akiki, Danish Contractor, David Lansky, Angelina McMillan-Major, Tristan Thrush, Suzana Ilić, Gérard Dupont, Shayne Longpre, Manan Dey, Stella Biderman, Douwe Kiela, Emi Baylor, Teven Le Scao, Aaron Gokaslan, Julien Launay, Niklas Muennighoff

Previous: Model | Long Llama Next: Model | Qwen 1

post contain ""

    No matching posts found containing ""