metadata
tags:
- ml-intern
Real Human Conversations Multilingual Dataset
A unified dataset of real human conversations from across the world.
Languages
- English: Reddit, Discord, Twitch, therapy, Usenet
- Russian: Telegram chats
- Italian: Usenet newsgroups
- Japanese: Speech transcriptions
- Korean: Everyday conversations
Format (Parquet)
| Column | Type | Description | | text | string | Conversation text | | source | string | Origin dataset | | language | string | ISO code | | domain | string | Conversation type | | turns | int | Dialogue turns | | metadata | string | Extra JSON info |
Sources
- mookiezi/Discord-Dialogues
- HuggingFaceGECLM/REDDIT_comments
- fsteig/conversations-30gb
- SocialGrep/one-million-reddit-confessions
- Den4ikAI/russian_dialogues_2
- mii-community/UsenetArchiveIT-conversations
- japanese-asr/whisper_transcriptions.reazon_speech_all
- jojo0217/korean_safe_conversation
- lparkourer10/twitch_chat
- Amod/mental_health_counseling_conversations
Usage
from datasets import load_dataset
ds = load_dataset("asdf98/human-chats-worldwide", split="train")
Generated by ML Intern
This dataset repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.
- Try ML Intern: https://smolagents-ml-intern.hf.space
- Source code: https://github.com/huggingface/ml-intern