| { | |
| "default": { | |
| "description": "Discord-Dialogues is a large-scale dataset of anonymized Discord conversations formatted for ChatML. It includes mixed single- and multi-turn exchanges between two human participants, cleaned of bots, links, embeds, commands, ToS breaking content, and duplicate messages—primarily in English, suitable for fine-tuning conversational AI models.", | |
| "citation": "@misc{discord-dialogues-2025,\n title = {Discord-Dialogues},\n author = {mookiezi},\n year = {2025},\n url = {https://huggingface.co/datasets/mookiezi/Discord-Dialogues}\n}", | |
| "homepage": "https://huggingface.co/datasets/mookiezi/Discord-Dialogues", | |
| "license": "Apache License 2.0", | |
| "features": { | |
| "text": { "dtype": "string", "_type": "Value" }, | |
| "tokens": { "dtype": "int64", "_type": "Value" }, | |
| "turns": { "dtype": "int64", "_type": "Value" }, | |
| "characters": { "dtype": "int64", "_type": "Value" }, | |
| "words": { "dtype": "int64", "_type": "Value" } | |
| }, | |
| "splits": { | |
| "train": { | |
| "name": "train", | |
| "num_bytes": 346784147, | |
| "num_examples": 7300966, | |
| "dataset_name": "default" | |
| } | |
| }, | |
| "download_size": 346784147, | |
| "dataset_size": 346784147, | |
| "size_in_bytes": 346784147, | |
| "data_files": { | |
| "train": [{ "filename": "data/train.parquet" }] | |
| } | |
| } | |
| } | |