Update dataset structure
Browse files
README.md
CHANGED
|
@@ -14,29 +14,21 @@ language:
|
|
| 14 |
size_categories:
|
| 15 |
- n<1K
|
| 16 |
configs:
|
| 17 |
-
- config_name:
|
| 18 |
data_files:
|
| 19 |
-
- split:
|
| 20 |
path: "annotations/unhcr/*.json"
|
| 21 |
-
-
|
| 22 |
-
data_files:
|
| 23 |
-
- split: train
|
| 24 |
-
path: "metadata/unhcr/*.json"
|
| 25 |
-
- config_name: annotations_prwp
|
| 26 |
-
data_files:
|
| 27 |
-
- split: train
|
| 28 |
path: "annotations/prwp/*.json"
|
| 29 |
-
-
|
| 30 |
-
data_files:
|
| 31 |
-
- split: train
|
| 32 |
-
path: "metadata/prwp/*.json"
|
| 33 |
-
- config_name: annotations_refugee
|
| 34 |
-
data_files:
|
| 35 |
-
- split: train
|
| 36 |
path: "annotations/refugee/*.json"
|
| 37 |
-
- config_name:
|
| 38 |
data_files:
|
| 39 |
-
- split:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
path: "metadata/refugee/*.json"
|
| 41 |
---
|
| 42 |
|
|
|
|
| 14 |
size_categories:
|
| 15 |
- n<1K
|
| 16 |
configs:
|
| 17 |
+
- config_name: annotations
|
| 18 |
data_files:
|
| 19 |
+
- split: unhcr
|
| 20 |
path: "annotations/unhcr/*.json"
|
| 21 |
+
- split: prwp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
path: "annotations/prwp/*.json"
|
| 23 |
+
- split: refugee
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
path: "annotations/refugee/*.json"
|
| 25 |
+
- config_name: metadata
|
| 26 |
data_files:
|
| 27 |
+
- split: unhcr
|
| 28 |
+
path: "metadata/unhcr/*.json"
|
| 29 |
+
- split: prwp
|
| 30 |
+
path: "metadata/prwp/*.json"
|
| 31 |
+
- split: refugee
|
| 32 |
path: "metadata/refugee/*.json"
|
| 33 |
---
|
| 34 |
|