--- language: - en - es license: apache-2.0 task_categories: - translation pretty_name: Reddit Post Translation tags: - reddit - synthetic dataset_info: features: - name: id dtype: int64 - name: en dtype: string - name: es dtype: string splits: - name: train num_bytes: 46255558 num_examples: 15203 download_size: 28613258 dataset_size: 46255558 configs: - config_name: default data_files: - split: train path: data/train-* --- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/614a1ebb8f82f1df64d55126/mwtoacUiusL-3SRHA4huA.png) Most machine translation datasets are based on formal texts from newspapers or other professionally written sources. This causes models to underperform when asked to translate colloquial text found on the internet. To address this issue, we have retrieved approximately 15K Reddit posts from [SophieTr/reddit_clean](https://huggingface.co/datasets/SophieTr/reddit_clean) and translated them into Spanish using GPT-4. **Warning**: This dataset contains random posts from Reddit, which may include biased political opinions, NSFW content, rude language, and other unsafe content. #### Other cool machine translation datasets: - [Iker/Document-Translation-en-es](https://huggingface.co/datasets/Iker/Document-Translation-en-es) - [Iker/InstructTranslation-EN-ES](https://huggingface.co/datasets/Iker/InstructTranslation-EN-ES)