papahawk commited on
Commit
59f2202
ยท
verified ยท
1 Parent(s): 9f99560

Update README.md

Browse files

Added Model Card ๐Ÿš€ Falcon-180B

Files changed (1) hide show
  1. README.md +226 -5
README.md CHANGED
@@ -1,5 +1,226 @@
1
- ---
2
- license: other
3
- license_name: falcon-180b-license-version1.0
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license_name: falcon-180b-license-version1.0
3
+ license_link: LICENSE
4
+ license: other
5
+ ---
6
+ ---
7
+ datasets:
8
+ - tiiuae/falcon-refinedweb
9
+ language:
10
+ - en
11
+ - de
12
+ - es
13
+ - fr
14
+ inference: false
15
+ license: unknown
16
+ extra_gated_heading: "Acknowledge license to access the repository"
17
+ extra_gated_prompt: "You agree to the [Falcon-180B TII license](https://huggingface.co/spaces/tiiuae/falcon-180b-license/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/spaces/tiiuae/falcon-180b-license/blob/main/ACCEPTABLE_USE_POLICY.txt)."
18
+ extra_gated_button_content: "I agree to the terms and conditions of the Falcon-180B TII license and to the acceptable use policy"
19
+ ---
20
+
21
+ # ๐Ÿš€ Falcon-180B
22
+
23
+ **Falcon-180B is a 180B parameters causal decoder-only model built by [TII](https://www.tii.ae) and trained on 3,500B tokens of [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) enhanced with curated corpora. It is made available under the [Falcon-180B TII License](https://huggingface.co/spaces/tiiuae/falcon-180b-license/blob/main/LICENSE.txt) and [Acceptable Use Policy](https://huggingface.co/spaces/tiiuae/falcon-180b-license/blob/main/ACCEPTABLE_USE_POLICY.txt).**
24
+
25
+ *Paper coming soon* ๐Ÿ˜Š
26
+
27
+ ๐Ÿค— To get started with Falcon (inference, finetuning, quantization, etc.), we recommend reading [this great blogpost from HF](https://hf.co/blog/falcon-180b) or this [one](https://huggingface.co/blog/falcon) from the release of the 40B!
28
+ Note that since the 180B is larger than what can easily be handled with `transformers`+`acccelerate`, we recommend using [Text Generation Inference](https://github.com/huggingface/text-generation-inference).
29
+
30
+ You will need **at least 400GB of memory** to swiftly run inference with Falcon-180B.
31
+
32
+ ## Why use Falcon-180B?
33
+
34
+ * **It is the best open-access model currently available, and one of the best model overall.** Falcon-180B outperforms [LLaMA-2](https://huggingface.co/meta-llama/Llama-2-70b-hf), [StableLM](https://github.com/Stability-AI/StableLM), [RedPajama](https://huggingface.co/togethercomputer/RedPajama-INCITE-Base-7B-v0.1), [MPT](https://huggingface.co/mosaicml/mpt-7b), etc. See the [OpenLLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
35
+ * **It features an architecture optimized for inference**, with multiquery ([Shazeer et al., 2019](https://arxiv.org/abs/1911.02150)).
36
+ * **It is made available under a permissive license allowing for commercial use**.
37
+ * โš ๏ธ **This is a raw, pretrained model, which should be further finetuned for most usecases.** If you are looking for a version better suited to taking generic instructions in a chat format, we recommend taking a look at [Falcon-180B-Chat](https://huggingface.co/tiiuae/falcon-180b-chat).
38
+
39
+ ๐Ÿ’ธ **Looking for a smaller, less expensive model?** [Falcon-7B](https://huggingface.co/tiiuae/falcon-7b) and [Falcon-40B](https://huggingface.co/tiiuae/falcon-40b) are Falcon-180B's little brothers!
40
+
41
+ ๐Ÿ’ฅ **Falcon LLMs require PyTorch 2.0 for use with `transformers`!**
42
+
43
+ # Model Card for Falcon-180B
44
+
45
+ ## Model Details
46
+
47
+ ### Model Description
48
+
49
+ - **Developed by:** [https://www.tii.ae](https://www.tii.ae);
50
+ - **Model type:** Causal decoder-only;
51
+ - **Language(s) (NLP):** English, German, Spanish, French (and limited capabilities in Italian, Portuguese, Polish, Dutch, Romanian, Czech, Swedish);
52
+ - **License:** [Falcon-180B TII License](https://huggingface.co/tiiuae/falcon-180B/blob/main/LICENSE.txt) and [Acceptable Use Policy](https://huggingface.co/tiiuae/falcon-180B/blob/main/ACCEPTABLE_USE_POLICY.txt).
53
+
54
+ ### Model Source
55
+
56
+ - **Paper:** *coming soon*.
57
+
58
+ ## Uses
59
+
60
+ See the [acceptable use policy](https://huggingface.co/tiiuae/falcon-180B/blob/main/ACCEPTABLE_USE_POLICY.txt).
61
+
62
+ ### Direct Use
63
+
64
+ Research on large language models; as a foundation for further specialization and finetuning for specific usecases (e.g., summarization, text generation, chatbot, etc.)
65
+
66
+ ### Out-of-Scope Use
67
+
68
+ Production use without adequate assessment of risks and mitigation; any use cases which may be considered irresponsible or harmful.
69
+
70
+ ## Bias, Risks, and Limitations
71
+
72
+ Falcon-180B is trained mostly on English, German, Spanish, French, with limited capabilities also in in Italian, Portuguese, Polish, Dutch, Romanian, Czech, Swedish. It will not generalize appropriately to other languages. Furthermore, as it is trained on a large-scale corpora representative of the web, it will carry the stereotypes and biases commonly encountered online.
73
+
74
+ ### Recommendations
75
+
76
+ We recommend users of Falcon-180B to consider finetuning it for the specific set of tasks of interest, and for guardrails and appropriate precautions to be taken for any production use.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ To run inference with the model in full `bfloat16` precision you need approximately 8xA100 80GB or equivalent.
81
+
82
+ ```python
83
+ from transformers import AutoTokenizer, AutoModelForCausalLM
84
+ import transformers
85
+ import torch
86
+
87
+ model = "tiiuae/falcon-180b"
88
+
89
+ tokenizer = AutoTokenizer.from_pretrained(model)
90
+ pipeline = transformers.pipeline(
91
+ "text-generation",
92
+ model=model,
93
+ tokenizer=tokenizer,
94
+ torch_dtype=torch.bfloat16,
95
+ trust_remote_code=True,
96
+ device_map="auto",
97
+ )
98
+ sequences = pipeline(
99
+ "Girafatron is obsessed with giraffes, the most glorious animal on the face of this Earth. Giraftron believes all other animals are irrelevant when compared to the glorious majesty of the giraffe.\nDaniel: Hello, Girafatron!\nGirafatron:",
100
+ max_length=200,
101
+ do_sample=True,
102
+ top_k=10,
103
+ num_return_sequences=1,
104
+ eos_token_id=tokenizer.eos_token_id,
105
+ )
106
+ for seq in sequences:
107
+ print(f"Result: {seq['generated_text']}")
108
+
109
+ ```
110
+
111
+ ## Training Details
112
+
113
+ ### Training Data
114
+
115
+ Falcon-180B was trained on 3,500B tokens of [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb), a high-quality filtered and deduplicated web dataset which we enhanced with curated corpora. Significant components from our curated copora were inspired by The Pile ([Gao et al., 2020](https://arxiv.org/abs/2101.00027)).
116
+
117
+ | **Data source** | **Fraction** | **Tokens** | **Sources** |
118
+ |--------------------|--------------|------------|-----------------------------------|
119
+ | [RefinedWeb-English](https://huggingface.co/datasets/tiiuae/falcon-refinedweb) | 75% | 750B | massive web crawl |
120
+ | RefinedWeb-Europe | 7% | 70B | European massive web crawl |
121
+ | Books | 6% | 60B | |
122
+ | Conversations | 5% | 50B | Reddit, StackOverflow, HackerNews |
123
+ | Code | 5% | 50B | |
124
+ | Technical | 2% | 20B | arXiv, PubMed, USPTO, etc. |
125
+
126
+ RefinedWeb-Europe is made of the following languages:
127
+
128
+ | **Language** | **Fraction of multilingual data** | **Tokens** |
129
+ |--------------|-----------------------------------|------------|
130
+ | German | 26% | 18B |
131
+ | Spanish | 24% | 17B |
132
+ | French | 23% | 16B |
133
+ | _Italian_ | 7% | 5B |
134
+ | _Portuguese_ | 4% | 3B |
135
+ | _Polish_ | 4% | 3B |
136
+ | _Dutch_ | 4% | 3B |
137
+ | _Romanian_ | 3% | 2B |
138
+ | _Czech_ | 3% | 2B |
139
+ | _Swedish_ | 2% | 1B |
140
+
141
+ The data was tokenized with the Falcon tokenizer.
142
+
143
+ ### Training Procedure
144
+
145
+ Falcon-180B was trained on up to 4,096 A100 40GB GPUs, using a 3D parallelism strategy (TP=8, PP=8, DP=64) combined with ZeRO.
146
+
147
+ #### Training Hyperparameters
148
+
149
+ | **Hyperparameter** | **Value** | **Comment** |
150
+ |--------------------|------------|-------------------------------------------|
151
+ | Precision | `bfloat16` | |
152
+ | Optimizer | AdamW | |
153
+ | Learning rate | 1.25e-4 | 4B tokens warm-up, cosine decay to 1.25e-5 |
154
+ | Weight decay | 1e-1 | |
155
+ | Z-loss | 1e-4 | |
156
+ | Batch size | 2048 | 100B tokens ramp-up |
157
+
158
+ #### Speeds, Sizes, Times
159
+
160
+ Training started in early 2023.
161
+
162
+ ## Evaluation
163
+
164
+ *Paper coming soon.*
165
+
166
+ See the [OpenLLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) for early results.
167
+
168
+ ## Technical Specifications
169
+
170
+ ### Model Architecture and Objective
171
+
172
+ Falcon-180B is a causal decoder-only model trained on a causal language modeling task (i.e., predict the next token).
173
+
174
+ The architecture is broadly adapted from the GPT-3 paper ([Brown et al., 2020](https://arxiv.org/abs/2005.14165)), with the following differences:
175
+
176
+ * **Positionnal embeddings:** rotary ([Su et al., 2021](https://arxiv.org/abs/2104.09864));
177
+ * **Attention:** multiquery ([Shazeer et al., 2019](https://arxiv.org/abs/1911.02150)) and FlashAttention ([Dao et al., 2022](https://arxiv.org/abs/2205.14135));
178
+ * **Decoder-block:** parallel attention/MLP with two layer norms.
179
+
180
+ For multiquery, we are using an internal variant which uses independent key and values per tensor parallel degree (so-called multigroup).
181
+
182
+ | **Hyperparameter** | **Value** | **Comment** |
183
+ |--------------------|-----------|----------------------------------------|
184
+ | Layers | 80 | |
185
+ | `d_model` | 14848 | |
186
+ | `head_dim` | 64 | Reduced to optimise for FlashAttention |
187
+ | Vocabulary | 65024 | |
188
+ | Sequence length | 2048 | |
189
+
190
+ ### Compute Infrastructure
191
+
192
+ #### Hardware
193
+
194
+ Falcon-180B was trained on AWS SageMaker, on up to 4,096 A100 40GB GPUs in P4d instances.
195
+
196
+ #### Software
197
+
198
+ Falcon-180B was trained a custom distributed training codebase, Gigatron. It uses a 3D parallelism approach combined with ZeRO and high-performance Triton kernels (FlashAttention, etc.)
199
+
200
+ ## Citation
201
+
202
+ *Paper coming soon* ๐Ÿ˜Š (actually this time). In the meanwhile, you can use the following information to cite:
203
+ ```
204
+ @article{falcon,
205
+ title={The Falcon Series of Language Models: Towards Open Frontier Models},
206
+ author={Almazrouei, Ebtesam and Alobeidli, Hamza and Alshamsi, Abdulaziz and Cappelli, Alessandro and Cojocaru, Ruxandra and Alhammadi, Maitha and Daniele, Mazzotta and Heslow, Daniel and Launay, Julien and Malartic, Quentin and Noune, Badreddine and Pannier, Baptiste and Penedo, Guilherme},
207
+ year={2023}
208
+ }
209
+ ```
210
+
211
+ To learn more about the pretraining dataset, see the ๐Ÿ““ [RefinedWeb paper](https://arxiv.org/abs/2306.01116).
212
+
213
+ ```
214
+ @article{refinedweb,
215
+ title={The {R}efined{W}eb dataset for {F}alcon {LLM}: outperforming curated corpora with web data, and web data only},
216
+ author={Guilherme Penedo and Quentin Malartic and Daniel Hesslow and Ruxandra Cojocaru and Alessandro Cappelli and Hamza Alobeidli and Baptiste Pannier and Ebtesam Almazrouei and Julien Launay},
217
+ journal={arXiv preprint arXiv:2306.01116},
218
+ eprint={2306.01116},
219
+ eprinttype = {arXiv},
220
+ url={https://arxiv.org/abs/2306.01116},
221
+ year={2023}
222
+ }
223
+ ```
224
+
225
+ ## Contact
226