From 409c98ffd503711bfaa2dd9aa5b2e2cb14148429 Mon Sep 17 00:00:00 2001 From: Peng Li <47554045+artpli@users.noreply.github.com> Date: Sun, 19 May 2024 15:23:13 +0800 Subject: [PATCH] uploaded text2image data --- README_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_en.md b/README_en.md index 3fd069e..b39b189 100644 --- a/README_en.md +++ b/README_en.md @@ -48,7 +48,7 @@ - [**moss-002-sft-data**](https://huggingface.co/datasets/fnlp/moss-002-sft-data): The multi-turn conversational data used to train MOSS-002, covering helpfulness, honesty, and harmlessness. The data is consisting of 570K English and 590K Chinese conversations generated by `text-davinci-003`. - [**moss-003-sft-data**](https://github.com/OpenLMLab/MOSS/tree/main/SFT_data): The multi-turn conversational data used to train `moss-moon-003-sft`. The data is generated by `gpt-3.5-turbo` from a seed set of user prompts collected through our early deployed MOSS-002 API. In contrast to `moss-002-sft-data`, `moss-003-sft-data` is well-aligned with the real-world distribution of user intents, covering finer-grained categories and more diverse harmlessness-related data. The data consists of ~1.1M conversational data. Full data is now availablešŸ”„. -- [**moss-003-sft-plugin-data**](https://github.com/OpenLMLab/MOSS/tree/main/SFT_data/conversations/conversation_with_plugins): The plugin-augmented multi-turn conversational data, which is consisting of ~300K conversations in which the AI assistant uses four plugins (search engine, text-to-image, calculator, and equation solver) to generate responses. Currently we open-sourced a small portion of data and will make public the full data in the near future. +- [**moss-003-sft-plugin-data**](https://github.com/OpenLMLab/MOSS/tree/main/SFT_data/conversations/conversation_with_plugins): The plugin-augmented multi-turn conversational data, which is consisting of ~300K conversations in which the AI assistant uses four plugins (search engine, text-to-image, calculator, and equation solver) to generate responses. Currently we open-sourced all the [data](https://huggingface.co/datasets/fnlp/moss-003-sft-data/tree/main). - **moss-003-pm-data**: The preference data used to train `moss-moon-003-pm`, including ~180K additional dialogue contexts and their corresponding responses generated by `moss-moon-003-sft`. Will be publicly available in the near future. ### Engineering Solutions