Datasets:
laelhalawani
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- translation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- ro
|
8 |
+
size_categories:
|
9 |
+
- 1M<n<10M
|
10 |
+
---
|
11 |
+
This dataset is a combination and conversion of two En-Ro datasets published by [University of Helsinki](https://huggingface.co/Helsinki-NLP),
|
12 |
+
specifically [Opus-100](https://huggingface.co/datasets/Helsinki-NLP/opus-100) and [Europarl](https://huggingface.co/datasets/Helsinki-NLP/europarl).
|
13 |
+
|
14 |
+
En-Ro text-pair samples were extracted and combined into a single dataset.
|
15 |
+
Each sample is a dict with two keys corresponding to the text-pair languages names: `en` and `ro` and values of those keys represent the matching text in the given languages.
|
16 |
+
|
17 |
+
NOTE:
|
18 |
+
Some initial analysis reveals many of these samples face formatting issues, and might be facing semantic translation issues.
|