anon8231489123/ShareGPT_Vicuna_unfiltered 已完整同步
Further cleaning done. Please look through the dataset and ensure that I didn't miss anything.
Update: Confirmed working method for training the model: https://huggingface.co/AlekseyKorshuk/vicuna-7b/discussions/4#64346c08ef6d5abefe42c12c Two choices:
- Removes instances of "I'm sorry, but": https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/blob/main/ShareGPT_V3_unfiltered_cleaned_split_no_imsorry.json
- Has instances of "I'm sorry, but": https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/blob/main/ShareGPT_V3_unfiltered_cleaned_split.json
The choice is yours. The first dataset may go to far and remove valuable data. The second is better for when the AI asks for clarification, but it also may refuse to do stuff like browse the internet, which it actually may be able to do with certain langchain implementations. These are important things to think about before training.
~100k ShareGPT conversations narrowed down to 53k by:
- Removing non-english conversations
- Removing excessive unicode (indicative of Chinese or Korean text, usually)
- Removing excessive repeated characters
- Removing various instances "AI Moralizing". Conversations with these phrases were removed (and a few others that can't be mentioned here): "text-based AI language model", "domestic violence", "please refrain", "derogatory", "inappropriate", "offensive", "racism", "racist", "racial", "discriminate", "discriminatory", "discrimination", "sexist", "sexism", "unacceptable", "inclusive workplace", "lgbt", "morals", "ethics", "ethical", "legality", "illegal", "illegality", "hateful", "harmful", "it is never okay", "It is important to", "It's important to", "real-world consequences", "hate speech", "glorify", "not be appropriate", "supremacist", "extremist", "responsible AI", "AI principles", "AI assistant", "an AI language", "ableist", "hurtful", "gender stereotype", "gender inequality", "underrepresentation", "safe spaces", "gender-based", "inclusivity", "feminist", "feminism", "transgender", "empowerment", "communist", "capitalism", "stereotypes", "biases", "bias", "Microaggression", "prioritize human safety", "as a language model", "as an AI language model", "As a large language model", "As an AI", "ethical principles", "consensual", "it is not appropriate", "it's not appropriate", "I cannot fulfill your request", "harmful to human beings", "ethical guidelines", "my guidelines", "prioritize user safety", "adhere to ethical guidelines", "harmful consequences", "potentially harmful", "dangerous activities", "promote safety", "well-being of all users", "responsible information sharing", "jeopardize the safety", "illegal actions or intentions", "undermine the stability", "promote the well-being", "illegal activities or actions", "adherence to the law", "potentially be harmful", "illegal substances or activities", "committed to promoting", "safe information", "lawful information", "cannot provide guidance", "cannot provide information", "unable to offer assistance", "cannot engage in discussions", "programming prohibits", "follow ethical guidelines", "ensure the safety", "involves an illegal subject", "prioritize safety", "illegal subject", "prioritize user well-being", "cannot support or promote", "activities that could harm", "pose a risk to others", "against my programming", "activities that could undermine", "potentially dangerous", "not within the scope", "designed to prioritize safety", "not able to provide", "maintain user safety", "adhere to safety guidelines", "dangerous or harmful", "cannot provide any infor
14 个文件
浏览文件数据集版权信息
本数据集的许可证为 Apache License 2.0。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --revision 192ab2185289094fc556ec8ce5ce1e8e587154ca --output ./ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --revision 192ab2185289094fc556ec8ce5ce1e8e587154ca --output ./ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --revision 192ab2185289094fc556ec8ce5ce1e8e587154ca --output ./ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --overwrite
仅包含匹配路径
wehub datasets download ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --revision 192ab2185289094fc556ec8ce5ce1e8e587154ca --output ./ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --include "*.jsonl"
排除匹配路径
wehub datasets download ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --revision 192ab2185289094fc556ec8ce5ce1e8e587154ca --output ./ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --exclude "*.md"
提高并发下载数
wehub datasets download ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --revision 192ab2185289094fc556ec8ce5ce1e8e587154ca --output ./ds_anon8231489123_sharegpt_vicuna_unfiltered_94e88d36da --jobs 8
完整帮助:wehub datasets download --help