Datasets:
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,11 @@ configs:
|
|
| 51 |
- config_name: default
|
| 52 |
data_files:
|
| 53 |
- split: train
|
| 54 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
---
|
| 56 |
|
| 57 |
|
|
@@ -87,7 +91,7 @@ ds = load_dataset("FrancophonIA/MIC21", "arts")
|
|
| 87 |
ds = load_dataset("FrancophonIA/MIC21", "sport")
|
| 88 |
ds = load_dataset("FrancophonIA/MIC21", "security")
|
| 89 |
ds = load_dataset("FrancophonIA/MIC21", "transport")
|
| 90 |
-
ds = load_dataset("FrancophonIA/MIC21"
|
| 91 |
```
|
| 92 |
|
| 93 |
## Configs
|
|
|
|
| 51 |
- config_name: default
|
| 52 |
data_files:
|
| 53 |
- split: train
|
| 54 |
+
path:
|
| 55 |
+
- data/arts/*
|
| 56 |
+
- data/security/*
|
| 57 |
+
- data/sport/*
|
| 58 |
+
- data/transport/*
|
| 59 |
---
|
| 60 |
|
| 61 |
|
|
|
|
| 91 |
ds = load_dataset("FrancophonIA/MIC21", "sport")
|
| 92 |
ds = load_dataset("FrancophonIA/MIC21", "security")
|
| 93 |
ds = load_dataset("FrancophonIA/MIC21", "transport")
|
| 94 |
+
ds = load_dataset("FrancophonIA/MIC21") # load the 4 splits in one shot
|
| 95 |
```
|
| 96 |
|
| 97 |
## Configs
|