Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- translation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- es
|
8 |
+
tags:
|
9 |
+
- reddit
|
10 |
+
- synthetic
|
11 |
+
pretty_name: Reddit Post Translation
|
12 |
+
---
|
13 |
+
|
14 |
+

|
15 |
+
|
16 |
+
Most machine translation datasets are based on formal texts from newspapers or other proffesionally written text. This makes models to underperform when asked to translate coloquial text found on the internet. To adress this issue, we have retrived ~15K reddit posts from [SophieTr/reddit_clean](https://huggingface.co/datasets/SophieTr/reddit_clean) and we have transalted them into Spanish using GPT-4o.
|
17 |
+
|
18 |
+
**Warning**: This dataset contains random posts from reddit, which may contain biased political opinions, NSFW content, rude language among other usafe content.
|
19 |
+
|
20 |
+
#### Other cool machine translation datasets:
|
21 |
+
|
22 |
+
- [Iker/Document-Translation-en-es](https://huggingface.co/datasets/Iker/Document-Translation-en-es)
|
23 |
+
- [Iker/InstructTranslation-EN-ES](https://huggingface.co/datasets/Iker/InstructTranslation-EN-ES)
|