winglian commited on
Commit
4f319ce
1 Parent(s): 7b8728f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +372 -0
README.md ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - OpenAccess AI Collective
5
+ - MPT
6
+ - axolotl
7
+ datasets:
8
+ - ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
9
+ - QingyiSi/Alpaca-CoT
10
+ - teknium/GPTeacher-General-Instruct
11
+ - metaeval/ScienceQA_text_only
12
+ - hellaswag
13
+ - openai/summarize_from_feedback
14
+ - riddle_sense
15
+ - gsm8k
16
+ - camel-ai/math
17
+ - camel-ai/biology
18
+ - camel-ai/physics
19
+ - camel-ai/chemistry
20
+
21
+ inference: false
22
+ ---
23
+
24
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
25
+
26
+ # Minotaur MPT 7B
27
+
28
+ Minotaur 7B is an instruct fine-tuned model on top of MPT-7B.
29
+
30
+ Questions, comments, feedback, looking to donate, or want to help? Reach out on our [Discord](https://discord.gg/PugNNHAF5r) or email [wing@openaccessaicollective.org](mailto:wing@openaccessaicollective.org)
31
+
32
+ # Prompts
33
+ Chat only style prompts using `USER:`,`ASSISTANT:` as well as [pygmalion/metharme prompting](https://huggingface.co/PygmalionAI/metharme-7b#prompting) using `<|system|>, <|user|> and <|model|>` tokens.
34
+
35
+ # Training Datasets
36
+
37
+ Minotaur 7B model is fine-tuned on the following datasets:
38
+
39
+ - [riddle_sense](https://huggingface.co/datasets/riddle_sense) - instruct augmented
40
+ - hellaswag, updated for detailed explanations w 30K+ rows
41
+ - [gsm8k](https://huggingface.co/datasets/gsm8k) - instruct augmented
42
+ - [WizardLM](https://huggingface.co/datasets/ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered)
43
+ - [subset of QingyiSi/Alpaca-CoT for roleplay and CoT](https://huggingface.co/QingyiSi/Alpaca-CoT)
44
+ - [GPTeacher-General-Instruct](https://huggingface.co/datasets/teknium/GPTeacher-General-Instruct)
45
+ - ARC-Easy & ARC-Challenge - instruct augmented for detailed responses, derived from the `train` split
46
+ - [hellaswag](https://huggingface.co/datasets/hellaswag) - 5K row subset of instruct augmented for concise responses, derived from the `train` split
47
+ - [metaeval/ScienceQA_text_only](https://huggingface.co/datasets/metaeval/ScienceQA_text_only) - instruct for concise responses
48
+ - [openai/summarize_from_feedback](https://huggingface.co/datasets/openai/summarize_from_feedback) - instruct augmented tl;dr summarization
49
+ - [camel-ai/math](https://huggingface.co/datasets/camel-ai/math)
50
+ - [camel-ai/physics](https://huggingface.co/datasets/camel-ai/physics)
51
+ - [camel-ai/chemistry](https://huggingface.co/datasets/camel-ai/chemistry)
52
+ - [camel-ai/biology](https://huggingface.co/datasets/camel-ai/biology)
53
+ - custom sysnthetic datasets around misconceptions, in-context qa, jokes, N-tasks problems, and context-insensitivity
54
+
55
+ # Shoutouts
56
+
57
+ Special thanks to Nanobit for helping with Axolotl, TheBloke for quantizing these models are more accessible to all, ehartford for cleaned datasets, and 0x000011b for the RP dataset.
58
+
59
+ # Demo
60
+
61
+ HF Demo in Spaces coming soon.
62
+
63
+ ## Release Notes
64
+
65
+ - https://wandb.ai/wing-lian/mpt-7b-4k-minotaur/runs/i4zib0j4
66
+
67
+ ## Build
68
+
69
+ Minotaur was built with [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) on 8xA100 80GB
70
+ - 3 epochs taking approximately 6 hours
71
+
72
+ ## Bias, Risks, and Limitations
73
+ Minotaur has not been aligned to human preferences with techniques like RLHF or deployed with in-the-loop filtering of responses like ChatGPT, so the model can produce problematic outputs (especially when prompted to do so).
74
+ Minotaur was fine-tuned from the base model MPT-7B, please refer to its model card's Limitations Section for relevant information. (included below)
75
+
76
+ ## Examples - results may vary based on temperature and other settings
77
+
78
+ ```
79
+ USER: your have 3 apples. you eat 2 pears. how many apples do you have left?
80
+
81
+ ASSISTANT:To find the quantity of apples, we can subtract the number of pears from the number of apples.
82
+
83
+ In this case, there are 3 apples and 2 pears. This means there are 3 apples left.
84
+ ```
85
+ wut?
86
+
87
+
88
+ ```
89
+ USER: your have 3 apples. you eat 2 pears. how many apples do you have left?
90
+
91
+ ASSISTANT:You don't have any apples left. You had 3 and after eating 2 pears, it is 2. You ate the other apple.
92
+ ```
93
+ 🤣
94
+
95
+
96
+ ```
97
+ USER: Solve for x: 5x = 3x + 10
98
+
99
+ ASSISTANT:Solve for x: 5x = 3x + 10
100
+
101
+ We can subtract 3x from each side of the equation:
102
+ 5(x - 3) = 10
103
+ x = 5 + 3
104
+ x = 8
105
+ ```
106
+ yup, it still sucks at math
107
+
108
+ ```
109
+ USER: tell me a joke. then explain why it's funny.
110
+
111
+ ASSISTANT: What did the blind man say to the man eating steak?
112
+ He said, "Is that a cow or a sandwich?"
113
+ ```
114
+
115
+ ```
116
+ USER: write a sonnet about doves
117
+
118
+ ASSISTANT:Doves are a beautiful bird, and you can write a sonnet about them to express your love for them. This sonnet can include imagery of doves, including the sound of their wings as they fly, the softness of their feathers, and the peacefulness they bring to their surroundings. The structure of this sonnet can be similar to the Shakespearean sonnets, with 14 lines divided into three groups of rhyming couplets. In the first stanza, you can express your love for doves as they are a symbol of peace and tranquility. The second stanza can describe the beauty of the dove's plumage and the softness of their feathers. The third stanza can be about the peacefulness that they bring to their surroundings, such as in a garden or park. You can end the sonnet with a final line that encapsulates your feelings about doves.
119
+
120
+ Here is the sonnet for your reference:
121
+
122
+ > Doves are a symbol of peace and tranquility,
123
+ > A gentle song that soothes the soul.
124
+ > Their soft feathers and sweet voices bring a sense of warmth and calm to their surroundings,
125
+ > And they are a welcome sight in any landscape.
126
+ >
127
+ > Their grace and beauty are a reminder of the simple pleasures in life,
128
+ > And their peaceful presence is a welcome respite from the stresses of everyday life.
129
+ >
130
+ > Doves are a symbol of love and friendship,
131
+ > And their companionship is a gift we can all cherish.
132
+ >
133
+ > Let us embrace the beauty and serenity of doves,
134
+ > And let us cherish the gift of their presence in our lives.
135
+ >
136
+ > May we always find beauty and serenity in the simple pleasures of life,
137
+ > And may we cherish the gift of friendship and love.
138
+ >
139
+ > Doves are a symbol of peace and tranquility,
140
+ > A gentle song that soothes the soul.
141
+ > Their soft feathers and sweet voices bring a sense of warmth and calm to their surroundings,
142
+ > And they are a welcome sight in any landscape.
143
+ >
144
+ > Their grace and beauty are a reminder of the simple pleasures in life,
145
+ > And their peaceful presence is a welcome respite from the stresses of everyday life.
146
+ >
147
+ > Doves are a symbol of love and friendship,
148
+ > And their companionship is a gift we can all cherish.
149
+ >
150
+ > Let us embrace the beauty and serenity of doves,
151
+ > And let us cherish the gift of their presence in our lives.
152
+ >
153
+ > May we always find beauty and serenity in the simple pleasures of life,
154
+ > And may we cherish the gift of friendship and love.
155
+ ```
156
+
157
+ # MPT-7B
158
+
159
+ MPT-7B is a decoder-style transformer pretrained from scratch on 1T tokens of English text and code.
160
+ This model was trained by [MosaicML](https://www.mosaicml.com).
161
+
162
+ MPT-7B is part of the family of MosaicPretrainedTransformer (MPT) models, which use a modified transformer architecture optimized for efficient training and inference.
163
+
164
+ These architectural changes include performance-optimized layer implementations and the elimination of context length limits by replacing
165
+ positional embeddings with Attention with Linear Biases ([ALiBi](https://arxiv.org/abs/2108.12409)).
166
+ Thanks to these modifications, MPT models can be trained with high throughput efficiency and stable convergence.
167
+ MPT models can also be served efficiently with both standard HuggingFace pipelines and NVIDIA's [FasterTransformer](https://github.com/NVIDIA/FasterTransformer).
168
+
169
+ This model uses the MosaicML LLM codebase, which can be found in the [llm-foundry repository](https://github.com/mosaicml/llm-foundry). It was trained by MosaicML’s NLP team on the [MosaicML platform](https://www.mosaicml.com/training) for LLM pretraining, finetuning, and inference.
170
+
171
+ ### How is this model different?
172
+
173
+ MPT-7B is
174
+
175
+ * **Licensed for the possibility of commercial use** (unlike [LLaMA](https://arxiv.org/abs/2302.13971)).
176
+ * **Trained on a large amount of data** (1T tokens like [LLaMA](https://arxiv.org/abs/2302.13971) vs. 300B for [Pythia](https://github.com/EleutherAI/pythia), 300B for [OpenLLaMA](https://github.com/openlm-research/open_llama), and 800B for [StableLM](https://github.com/Stability-AI/StableLM)).
177
+ * **Prepared to handle extremely long inputs** thanks to [ALiBi](https://arxiv.org/abs/2108.12409) (we finetuned [MPT-7B-StoryWriter-65k+](https://huggingface.co/mosaicml/mpt-7b-storywriter) on up to 65k inputs and can handle up to 84k vs. 2k-4k for other open source models).
178
+ * **Capable of fast training and inference** (via [FlashAttention](https://arxiv.org/pdf/2205.14135.pdf) and [FasterTransformer](https://github.com/NVIDIA/FasterTransformer))
179
+ * **Equipped with highly efficient open-source training code** via the [llm-foundry repository](https://github.com/mosaicml/llm-foundry)
180
+
181
+ ### Models finetuned off MPT-7B:
182
+
183
+ The following models are finetuned on MPT-7B:
184
+
185
+ * [MPT-7B-StoryWriter-65k+](https://huggingface.co/mosaicml/mpt-7b-storywriter): a model designed to read and write fictional stories with super long context lengths.
186
+ Built by finetuning MPT-7B with a context length of 65k tokens on a filtered fiction subset of the [books3 dataset](https://huggingface.co/datasets/the_pile_books3).
187
+ At inference time, thanks to [ALiBi](https://arxiv.org/abs/2108.12409), MPT-7B-StoryWriter-65k+ can extrapolate even beyond 65k tokens.
188
+ We demonstrate generations as long as 80k tokens on a single A100-80GB GPU in our [blogpost](www.mosaicml.com/blog/mpt-7b).
189
+ * License: Apache 2.0
190
+
191
+ * [MPT-7B-Instruct](https://huggingface.co/mosaicml/mpt-7b-instruct): a model for short-form instruction following.
192
+ Built by finetuning MPT-7B on a [dataset](https://huggingface.co/datasets/mosaicml/dolly_hhrlhf) we also release, derived from the [Databricks Dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) and the [Anthropic Helpful and Harmless (HH-RLHF)](https://huggingface.co/datasets/Anthropic/hh-rlhf) datasets.
193
+ * License: _CC-By-SA-3.0_
194
+ * [Demo on Hugging Face Spaces](https://huggingface.co/spaces/mosaicml/mpt-7b-instruct)
195
+
196
+ * [MPT-7B-Chat](https://huggingface.co/mosaicml/mpt-7b-chat): a chatbot-like model for dialogue generation.
197
+ Built by finetuning MPT-7B on the [ShareGPT-Vicuna](https://huggingface.co/datasets/jeffwan/sharegpt_vicuna), [HC3](https://huggingface.co/datasets/Hello-SimpleAI/HC3),
198
+ [Alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca), [HH-RLHF](https://huggingface.co/datasets/Anthropic/hh-rlhf), and [Evol-Instruct](https://huggingface.co/datasets/victor123/evol_instruct_70k) datasets.
199
+ * License: _CC-By-NC-SA-4.0_
200
+ * [Demo on Hugging Face Spaces](https://huggingface.co/spaces/mosaicml/mpt-7b-chat)
201
+
202
+ ## Model Date
203
+
204
+ May 5, 2023
205
+
206
+ ## Model License
207
+
208
+ Apache-2.0
209
+
210
+ ## Documentation
211
+
212
+ * [Blog post: Introducing MPT-7B: A New Standard for Open-Source, Commercially Usable LLMs](https://www.mosaicml.com/blog/mpt-7b)
213
+ * [Codebase (mosaicml/llm-foundry repo)](https://github.com/mosaicml/llm-foundry/)
214
+ * Questions: Feel free to contact us via the [MosaicML Community Slack](https://mosaicml.me/slack)!
215
+
216
+
217
+ ## How to Use
218
+
219
+ This model is best used with the MosaicML [llm-foundry repository](https://github.com/mosaicml/llm-foundry) for training and finetuning.
220
+
221
+ ```python
222
+ import transformers
223
+ model = transformers.AutoModelForCausalLM.from_pretrained(
224
+ 'mosaicml/mpt-7b',
225
+ trust_remote_code=True
226
+ )
227
+ ```
228
+ Note: This model requires that `trust_remote_code=True` be passed to the `from_pretrained` method.
229
+ This is because we use a custom `MPT` model architecture that is not yet part of the Hugging Face `transformers` package.
230
+ `MPT` includes options for many training efficiency features such as [FlashAttention](https://arxiv.org/pdf/2205.14135.pdf), [ALiBi](https://arxiv.org/abs/2108.12409), [QK LayerNorm](https://arxiv.org/abs/2010.04245), and more.
231
+
232
+ To use the optimized [triton implementation](https://github.com/openai/triton) of FlashAttention, you can load the model on GPU (`cuda:0`) with `attn_impl='triton'` and with `bfloat16` precision:
233
+ ```python
234
+ import torch
235
+ import transformers
236
+
237
+ name = 'mosaicml/mpt-7b'
238
+
239
+ config = transformers.AutoConfig.from_pretrained(name, trust_remote_code=True)
240
+ config.attn_config['attn_impl'] = 'triton'
241
+ config.init_device = 'cuda:0' # For fast initialization directly on GPU!
242
+
243
+ model = transformers.AutoModelForCausalLM.from_pretrained(
244
+ name,
245
+ config=config,
246
+ torch_dtype=torch.bfloat16, # Load model weights in bfloat16
247
+ trust_remote_code=True
248
+ )
249
+ ```
250
+
251
+ Although the model was trained with a sequence length of 2048, ALiBi enables users to increase the maximum sequence length during finetuning and/or inference. For example:
252
+
253
+ ```python
254
+ import transformers
255
+
256
+ name = 'mosaicml/mpt-7b'
257
+
258
+ config = transformers.AutoConfig.from_pretrained(name, trust_remote_code=True)
259
+ config.max_seq_len = 4096 # (input + output) tokens can now be up to 4096
260
+
261
+ model = transformers.AutoModelForCausalLM.from_pretrained(
262
+ name,
263
+ config=config,
264
+ trust_remote_code=True
265
+ )
266
+ ```
267
+
268
+ This model was trained with the [EleutherAI/gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b) tokenizer.
269
+
270
+ ```python
271
+ from transformers import AutoTokenizer
272
+ tokenizer = AutoTokenizer.from_pretrained('EleutherAI/gpt-neox-20b')
273
+ ```
274
+
275
+ ## Model Description
276
+
277
+ The architecture is a modification of a standard decoder-only transformer.
278
+
279
+ The model has been modified from a standard transformer in the following ways:
280
+ * It uses [FlashAttention](https://arxiv.org/pdf/2205.14135.pdf)
281
+ * It uses [ALiBi (Attention with Linear Biases)](https://arxiv.org/abs/2108.12409) and does not use positional embeddings
282
+ * It does not use biases
283
+
284
+
285
+ | Hyperparameter | Value |
286
+ |----------------|-------|
287
+ |n_parameters | 6.7B |
288
+ |n_layers | 32 |
289
+ | n_heads | 32 |
290
+ | d_model | 4096 |
291
+ | vocab size | 50432 |
292
+ | sequence length | 2048 |
293
+
294
+
295
+
296
+ ## Training Data
297
+
298
+ ### Streaming Datasets
299
+
300
+ Data was formatted using the MosaicML [StreamingDataset](https://github.com/mosaicml/streaming) library to host our data in object storage and efficiently stream it to our compute cluster during training.
301
+ StreamingDataset obviates the need to download the whole dataset before starting training, and allows instant resumption of training from any point in the dataset.
302
+
303
+
304
+ ### Data Mix
305
+
306
+ The model was trained for 1T tokens (with batch size 1760 and sequence length 2048). It was trained on the following data mix:
307
+
308
+
309
+ | Data Source | Number of Tokens in Source | Proportion | Effective Number of Tokens | Epochs |
310
+ |-------------|----------------------------|------------|----------------------------|--------|
311
+ | mC4 3.1.0 - English | 417.99 B | 0.33 | 330 B | 0.14 |
312
+ | C4 - English - SemDedup 80% | 100.42 B | 0.299 | 299 B | 2.98 |
313
+ | RedPajama - CommonCrawl | 878.45 B | 0.1 | 100 B | 0.11 |
314
+ | The Stack - Selected Languages | 463.78 B | 0.1 | 100 B | 0.22 |
315
+ | RedPajama - Wikipedia - En | 4.87 B | 0.04 | 40 B | 8.21 |
316
+ | The Stack - Markdown | 107.07 B | 0.035 | 35 B | 0.33 |
317
+ | S2ORC | 48.85 B | 0.033 | 33 B | 0.68 |
318
+ | RedPajama - Books | 26.02 B | 0.03 | 30B | 1.15 |
319
+ | RedPajama - arXiv | 28.10 B | 0.019 | 19 B | 0.68 |
320
+ | RedPajama - StackExchange | 20.54 B | 0.014 | 14 B |0.68 |
321
+
322
+ Samples for each batch were selected from one of the datasets with the probability specified above.
323
+ The examples were shuffled within each dataset, and each example was constructed from as many sequences from that dataset as were necessary to fill the 2048 sequence length.
324
+
325
+ The data was tokenized using the [EleutherAI/gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b) tokenizer. This BPE tokenizer has a number of desirable characteristics,
326
+ most of which are relevant for tokenizing code:
327
+ (1) It was trained on a diverse mix of data that includes code (The Pile)
328
+ (2) It applies consistent space delimitation, unlike the GPT2 tokenizer which tokenizes inconsistently depending on the presence of prefix spaces
329
+ (3) It contains tokens for repeated space characters, which allows superior compression of text with large amounts of repeated space characters.
330
+
331
+ The model vocabulary size of 50432 was set to be a multiple of 128 (as in [MEGATRON-LM](https://arxiv.org/abs/1909.08053)), model flop utilization (MFU) increased by up to four percentage points.
332
+
333
+ ### Training Configuration
334
+
335
+ This model was trained on 440 A100-40GBs for about 9.5 days using the [MosaicML Platform](https://www.mosaicml.com/platform).
336
+ The model was trained with sharded data parallelism using [FSDP](https://pytorch.org/docs/stable/fsdp.html) and used the [LION](https://arxiv.org/abs/2302.06675) optimizer.
337
+
338
+ ## Limitations and Biases
339
+
340
+ _The following language is modified from [EleutherAI's GPT-NeoX-20B](https://huggingface.co/EleutherAI/gpt-neox-20b)_
341
+
342
+ MPT-7B (Base) is **not** intended for deployment without finetuning.
343
+ It should not be used for human-facing interactions without further guardrails and user consent.
344
+
345
+ MPT-7B can produce factually incorrect output, and should not be relied on to produce factually accurate information.
346
+ MPT-7B was trained on various public datasets.
347
+ While great efforts have been taken to clean the pretraining data, it is possible that this model could generate lewd, biased or otherwise offensive outputs.
348
+
349
+
350
+ ## MosaicML Platform
351
+
352
+ If you're interested in [training](https://www.mosaicml.com/training) and [deploying](https://www.mosaicml.com/inference) your own MPT or LLMs on the MosaicML Platform, [sign up here](https://forms.mosaicml.com/demo?utm_source=huggingface&utm_medium=referral&utm_campaign=mpt-7b).
353
+
354
+ ## Disclaimer
355
+
356
+ The license on this model does not constitute legal advice. We are not responsible for the actions of third parties who use this model. Please cosult an attorney before using this model for commercial purposes.
357
+
358
+ ## Citation
359
+
360
+ Please cite this model using the following format:
361
+
362
+ ```
363
+ @online{MosaicML2023Introducing,
364
+ author = {MosaicML NLP Team},
365
+ title = {Introducing MPT-7B: A New Standard for Open-Source,
366
+ ly Usable LLMs},
367
+ year = {2023},
368
+ url = {www.mosaicml.com/blog/mpt-7b},
369
+ note = {Accessed: 2023-03-28}, % change this date
370
+ urldate = {2023-03-28} % change this date
371
+ }
372
+ ```