Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,6 +51,7 @@ and the following attributes:
|
|
| 51 |
| `labels` | `(L)` | `list[str]` | Contains the list of labels associated with the image. |
|
| 52 |
|
| 53 |
The *metadata.parquet* files contain, for each key, the associated split and the labels from the original source (either CLC or DW).
|
|
|
|
| 54 |
|
| 55 |
## Data split
|
| 56 |
The dataset is divided into two splits based on a stratified multi-label sampling strategy to ensure similar label distribution:
|
|
|
|
| 51 |
| `labels` | `(L)` | `list[str]` | Contains the list of labels associated with the image. |
|
| 52 |
|
| 53 |
The *metadata.parquet* files contain, for each key, the associated split and the labels from the original source (either CLC or DW).
|
| 54 |
+
The *queries.jsonl* file contains the queries and their IDs. The qrels for each query can be found in the *qrels* folder.
|
| 55 |
|
| 56 |
## Data split
|
| 57 |
The dataset is divided into two splits based on a stratified multi-label sampling strategy to ensure similar label distribution:
|