datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Haruhi-Baize-Role-Playing-Conversation
Haruhi-Zero的Conversation训练数据
我们计划拓展ChatHaruhi,从Few-shot到Zero-shot,这个数据集记录使用各个(中文)角色扮演api进行Baize式相互聊天后得到的数据结果
ids代表聊天的时候两张bot的角色卡片, 角色卡片的信息可以在https://huggingface.co/datasets/silk-road/Haruhi-Zero-RolePlaying-movie-PIPPA 中找到
并且对于第一次出现的id0,也会在prompt字段中进行记录。
聊天的时候id和ids的卡片进行对应
openai 代表两个聊天的bot都使用openai
GLM 代表两个聊天的bot都使用CharacterGLM
Claude 代表两个聊天的bot都使用Claude
Claude_openai 代表id0的使用Claude, id1的使用openai
Baichuan 代表两个聊天的bot都使用Character-Baichuan-Turbo… See the full description on the dataset page: https://huggingface.co/datasets/silk-road/Haruhi-Baize-Role-Playing-Conversation.baize
Baize dataset
This is an unofficial version of the data used to train the Baize chatbot.
now in ShareGPT-like format
with basic string cleaning and turn ordering
According to the original authors:
Baize is an open-source chat model trained with LoRA. It uses 100k dialogs generated by letting ChatGPT chat with itself. We also use Alpaca's data to improve its performance. We have released 7B, 13B and 30B models. Please refer to the paper for more details.
Licence
GNU… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/baize.baize-chat-data
Dataset Description
Original Repository: https://github.com/project-baize/baize-chatbot/tree/main/data
This is a dataset of the training data used to train the Baize family of models. This dataset is used for instruction fine-tuning of LLMs, particularly in "chat" format. Human and AI messages are marked by [|Human|] and [|AI|] tags respectively. The data from the orignial repo consists of 4 datasets (alpaca, medical, quora, stackoverflow), and this dataset combines all four into… See the full description on the dataset page: https://huggingface.co/datasets/linkanjarad/baize-chat-data.
