Datasets:
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,17 +31,35 @@ task_categories:
|
|
| 31 |
- object-detection
|
| 32 |
- image-segmentation
|
| 33 |
- image-classification
|
| 34 |
-
|
| 35 |
-
- config_name:
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
-
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
---
|
| 46 |
|
| 47 |
|
|
@@ -77,6 +95,7 @@ ds = load_dataset("FrancophonIA/MIC21", "arts")
|
|
| 77 |
ds = load_dataset("FrancophonIA/MIC21", "sport")
|
| 78 |
ds = load_dataset("FrancophonIA/MIC21", "security")
|
| 79 |
ds = load_dataset("FrancophonIA/MIC21", "transport")
|
|
|
|
| 80 |
```
|
| 81 |
|
| 82 |
## Configs
|
|
|
|
| 31 |
- object-detection
|
| 32 |
- image-segmentation
|
| 33 |
- image-classification
|
| 34 |
+
configs:
|
| 35 |
+
- config_name: arts
|
| 36 |
+
data_files:
|
| 37 |
+
- split: train
|
| 38 |
+
path: data/arts-*
|
| 39 |
+
- config_name: security
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: data/security-*
|
| 43 |
+
- config_name: sport
|
| 44 |
+
data_files:
|
| 45 |
+
- split: train
|
| 46 |
+
path: data/sport-*
|
| 47 |
+
- config_name: transport
|
| 48 |
+
data_files:
|
| 49 |
+
- split: train
|
| 50 |
+
path: data/transport-*
|
| 51 |
+
- config_name: default
|
| 52 |
+
data_files:
|
| 53 |
+
- split: train
|
| 54 |
+
path: data/train-*
|
| 55 |
+
- split: arts
|
| 56 |
+
path: data/arts-*
|
| 57 |
+
- split: security
|
| 58 |
+
path: data/security-*
|
| 59 |
+
- split: sport
|
| 60 |
+
path: data/sport-*
|
| 61 |
+
- split: transport
|
| 62 |
+
path: data/transport-*
|
| 63 |
---
|
| 64 |
|
| 65 |
|
|
|
|
| 95 |
ds = load_dataset("FrancophonIA/MIC21", "sport")
|
| 96 |
ds = load_dataset("FrancophonIA/MIC21", "security")
|
| 97 |
ds = load_dataset("FrancophonIA/MIC21", "transport")
|
| 98 |
+
ds = load_dataset("FrancophonIA/MIC21", "default") # load the 4 splits in one shot
|
| 99 |
```
|
| 100 |
|
| 101 |
## Configs
|