Datasets:
Update metadata (#6)
Browse files- Update metadata (906ff5b379232ff297f8234eaf7677d60265e61a)
README.md
CHANGED
|
@@ -36,7 +36,7 @@ source_datasets:
|
|
| 36 |
task_categories:
|
| 37 |
- translation
|
| 38 |
task_ids: []
|
| 39 |
-
pretty_name:
|
| 40 |
dataset_info:
|
| 41 |
- config_name: cs-da
|
| 42 |
features:
|
|
@@ -3821,7 +3821,7 @@ configs:
|
|
| 3821 |
path: sl-sv/train-*
|
| 3822 |
---
|
| 3823 |
|
| 3824 |
-
# Dataset Card for EUconst
|
| 3825 |
|
| 3826 |
## Table of Contents
|
| 3827 |
- [Dataset Description](#dataset-description)
|
|
@@ -3858,7 +3858,13 @@ configs:
|
|
| 3858 |
### Dataset Summary
|
| 3859 |
|
| 3860 |
A parallel corpus collected from the European Constitution.
|
| 3861 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3862 |
|
| 3863 |
### Supported Tasks and Leaderboards
|
| 3864 |
|
|
@@ -3866,21 +3872,49 @@ The underlying task is machine translation.
|
|
| 3866 |
|
| 3867 |
### Languages
|
| 3868 |
|
| 3869 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3870 |
|
| 3871 |
## Dataset Structure
|
| 3872 |
|
| 3873 |
### Data Instances
|
| 3874 |
|
| 3875 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3876 |
|
| 3877 |
### Data Fields
|
| 3878 |
|
| 3879 |
-
|
| 3880 |
|
| 3881 |
### Data Splits
|
| 3882 |
|
| 3883 |
-
|
| 3884 |
|
| 3885 |
## Dataset Creation
|
| 3886 |
|
|
|
|
| 36 |
task_categories:
|
| 37 |
- translation
|
| 38 |
task_ids: []
|
| 39 |
+
pretty_name: OPUS EUconst
|
| 40 |
dataset_info:
|
| 41 |
- config_name: cs-da
|
| 42 |
features:
|
|
|
|
| 3821 |
path: sl-sv/train-*
|
| 3822 |
---
|
| 3823 |
|
| 3824 |
+
# Dataset Card for OPUS EUconst
|
| 3825 |
|
| 3826 |
## Table of Contents
|
| 3827 |
- [Dataset Description](#dataset-description)
|
|
|
|
| 3858 |
### Dataset Summary
|
| 3859 |
|
| 3860 |
A parallel corpus collected from the European Constitution.
|
| 3861 |
+
|
| 3862 |
+
EUconst's Numbers:
|
| 3863 |
+
- Languages: 21
|
| 3864 |
+
- Bitexts: 210
|
| 3865 |
+
- Number of files: 986
|
| 3866 |
+
- Number of tokens: 3.01M
|
| 3867 |
+
- Sentence fragments: 0.22M
|
| 3868 |
|
| 3869 |
### Supported Tasks and Leaderboards
|
| 3870 |
|
|
|
|
| 3872 |
|
| 3873 |
### Languages
|
| 3874 |
|
| 3875 |
+
The languages in the dataset are:
|
| 3876 |
+
- Czech (`cs`)
|
| 3877 |
+
- Danish (`da`)
|
| 3878 |
+
- German (`de`)
|
| 3879 |
+
- Greek (`el`)
|
| 3880 |
+
- English (`en`)
|
| 3881 |
+
- Spanish (`es`)
|
| 3882 |
+
- Estonian (`et`)
|
| 3883 |
+
- Finnish (`fi`)
|
| 3884 |
+
- French (`fr`)
|
| 3885 |
+
- Irish (`ga`)
|
| 3886 |
+
- Hungarian (`hu`)
|
| 3887 |
+
- Italian (`it`)
|
| 3888 |
+
- Lithuanian (`lt`)
|
| 3889 |
+
- Latvian (`lv`)
|
| 3890 |
+
- Maltese (`mt`)
|
| 3891 |
+
- Dutch (`nl`)
|
| 3892 |
+
- Polish (`pl`)
|
| 3893 |
+
- Portuguese (`pt`)
|
| 3894 |
+
- Slovak (`sk`)
|
| 3895 |
+
- Slovenian (`sl`)
|
| 3896 |
+
- Swedish (`sv`)
|
| 3897 |
|
| 3898 |
## Dataset Structure
|
| 3899 |
|
| 3900 |
### Data Instances
|
| 3901 |
|
| 3902 |
+
```
|
| 3903 |
+
{
|
| 3904 |
+
"translation": {
|
| 3905 |
+
"cs": "Celex Test ",
|
| 3906 |
+
"da": "Celex Test "
|
| 3907 |
+
}
|
| 3908 |
+
}
|
| 3909 |
+
```
|
| 3910 |
|
| 3911 |
### Data Fields
|
| 3912 |
|
| 3913 |
+
- `translation` (`dict`): Parallel sentences for the pair of languages.
|
| 3914 |
|
| 3915 |
### Data Splits
|
| 3916 |
|
| 3917 |
+
The dataset contains a single "train" split for each language pair.
|
| 3918 |
|
| 3919 |
## Dataset Creation
|
| 3920 |
|