Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
- translation
|
|
@@ -15,4 +25,26 @@ language:
|
|
| 15 |
- pt
|
| 16 |
size_categories:
|
| 17 |
- 10K<n<100K
|
| 18 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: "train.csv"
|
| 7 |
+
- split: validation
|
| 8 |
+
path: "validation.csv"
|
| 9 |
+
- split: test
|
| 10 |
+
path: "test.csv"
|
| 11 |
+
|
| 12 |
license: cc-by-4.0
|
| 13 |
task_categories:
|
| 14 |
- translation
|
|
|
|
| 25 |
- pt
|
| 26 |
size_categories:
|
| 27 |
- 10K<n<100K
|
| 28 |
+
---
|
| 29 |
+
# Dataset Card for Dataset Name
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
### Dataset Summary
|
| 33 |
+
This dataset is derived from AmazonScience/MASSIVE dataset for translation task purpose.
|
| 34 |
+
|
| 35 |
+
### Supported Tasks and Leaderboards
|
| 36 |
+
|
| 37 |
+
Translation
|
| 38 |
+
|
| 39 |
+
### Languages
|
| 40 |
+
1. English (en_US)
|
| 41 |
+
2. German (de_DE)
|
| 42 |
+
3. Hindi (hi_IN)
|
| 43 |
+
4. Spanish (es_ES)
|
| 44 |
+
5. French (fr_FR)
|
| 45 |
+
6. Italian (it_IT)
|
| 46 |
+
7. Arabic (ar_SA)
|
| 47 |
+
8. Dutch (nl_NL)
|
| 48 |
+
9. Japanese (ja_JP)
|
| 49 |
+
10. Portugese (pt_PT)
|
| 50 |
+
|