Update README.md
Browse files
README.md
CHANGED
|
@@ -14,13 +14,19 @@ We explore supervised multitask pre-training by proposing ***Instruction Pre-Tra
|
|
| 14 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/66711d2ee12fa6cc5f5dfc89/vRdsFIVQptbNaGiZ18Lih.png" width="400">
|
| 15 |
</p>
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Resources
|
| 19 |
**🤗 We share our data and models with example usages, feel free to open any issues or discussions! 🤗**
|
| 20 |
|
| 21 |
- Context-Based Instruction Synthesizer: [instruction-synthesizer](https://huggingface.co/instruction-pretrain/instruction-synthesizer)
|
| 22 |
- Fine-Tuning Data for the Synthesizer: [ft-instruction-synthesizer-collection](https://huggingface.co/datasets/instruction-pretrain/ft-instruction-synthesizer-collection)
|
| 23 |
-
- General Models Pre-Trained from Scratch:
|
| 24 |
- [InstructLM-500M](https://huggingface.co/instruction-pretrain/InstructLM-500M)
|
| 25 |
- [InstructLM-1.3B](https://huggingface.co/instruction-pretrain/InstructLM-1.3B)
|
| 26 |
- Domain-Specific Models Pre-Trained from Llama3-8B:
|
|
@@ -29,7 +35,6 @@ We explore supervised multitask pre-training by proposing ***Instruction Pre-Tra
|
|
| 29 |
- General Instruction-Augmented Corpora: [general-instruction-augmented-corpora](https://huggingface.co/datasets/instruction-pretrain/general-instruction-augmented-corpora)
|
| 30 |
- Domain-Specific Instruction-Augmented Corpora (no finance data to avoid ethical issues): [medicine-instruction-augmented-corpora](https://huggingface.co/datasets/instruction-pretrain/medicine-instruction-augmented-corpora)
|
| 31 |
|
| 32 |
-
|
| 33 |
## Synthesize Instruction-Response Pairs to Augment Any Raw Corpora
|
| 34 |
We conduct multitask fine-tuning on a language model to develop an instruction synthesizer capable of generating instruction-response pairs from any raw text. The fine-tuning data are available at [ft-instruction-synthesizer-collection](https://huggingface.co/datasets/instruction-pretrain/ft-instruction-synthesizer-collection)
|
| 35 |
|
|
|
|
| 14 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/66711d2ee12fa6cc5f5dfc89/vRdsFIVQptbNaGiZ18Lih.png" width="400">
|
| 15 |
</p>
|
| 16 |
|
| 17 |
+
**************************** **Updates** ****************************
|
| 18 |
+
* 2024/7/15: We scaled up the pre-trained tokens from 100B to 250B, with the number of synthesized instruction-response pairs reaching 500M! Below, we show the performance trend on downstream tasks throughout the pre-training process:
|
| 19 |
+
<p align='center'>
|
| 20 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/66711d2ee12fa6cc5f5dfc89/0okCfRkC6uALTfuNxt0Fa.png" width="700">
|
| 21 |
+
</p>
|
| 22 |
+
* 2024/6/21: Released the [paper](https://huggingface.co/papers/2406.14491), [code](https://github.com/microsoft/LMOps), and [resources](https://huggingface.co/instruction-pretrain)
|
| 23 |
|
| 24 |
## Resources
|
| 25 |
**🤗 We share our data and models with example usages, feel free to open any issues or discussions! 🤗**
|
| 26 |
|
| 27 |
- Context-Based Instruction Synthesizer: [instruction-synthesizer](https://huggingface.co/instruction-pretrain/instruction-synthesizer)
|
| 28 |
- Fine-Tuning Data for the Synthesizer: [ft-instruction-synthesizer-collection](https://huggingface.co/datasets/instruction-pretrain/ft-instruction-synthesizer-collection)
|
| 29 |
+
- General Models Pre-Trained from Scratch (on 100B tokes):
|
| 30 |
- [InstructLM-500M](https://huggingface.co/instruction-pretrain/InstructLM-500M)
|
| 31 |
- [InstructLM-1.3B](https://huggingface.co/instruction-pretrain/InstructLM-1.3B)
|
| 32 |
- Domain-Specific Models Pre-Trained from Llama3-8B:
|
|
|
|
| 35 |
- General Instruction-Augmented Corpora: [general-instruction-augmented-corpora](https://huggingface.co/datasets/instruction-pretrain/general-instruction-augmented-corpora)
|
| 36 |
- Domain-Specific Instruction-Augmented Corpora (no finance data to avoid ethical issues): [medicine-instruction-augmented-corpora](https://huggingface.co/datasets/instruction-pretrain/medicine-instruction-augmented-corpora)
|
| 37 |
|
|
|
|
| 38 |
## Synthesize Instruction-Response Pairs to Augment Any Raw Corpora
|
| 39 |
We conduct multitask fine-tuning on a language model to develop an instruction synthesizer capable of generating instruction-response pairs from any raw text. The fine-tuning data are available at [ft-instruction-synthesizer-collection](https://huggingface.co/datasets/instruction-pretrain/ft-instruction-synthesizer-collection)
|
| 40 |
|