updated readme
Browse files
README.md
CHANGED
|
@@ -29,9 +29,18 @@ For more information, visit our [Github repo.](https://github.com/intelligolabs/
|
|
| 29 |
<!-- Address questions around how the dataset is intended to be used. -->
|
| 30 |
|
| 31 |
|
| 32 |
-
|
| 33 |
|
| 34 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
<!-- [More Information Needed] -->
|
| 37 |
|
|
|
|
| 29 |
<!-- Address questions around how the dataset is intended to be used. -->
|
| 30 |
|
| 31 |
|
| 32 |
+
## Dataset Structure
|
| 33 |
|
| 34 |
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
| 35 |
+
This repository contains the CoIN-Bench dataset, which is structured as follows:
|
| 36 |
+
- ```val_unseen```: Contains only novel objects not present in the training set.
|
| 37 |
+
- ```val_seen```: Includes objects that also appear in the training set.
|
| 38 |
+
- ```val_seen_synonyms```: Contains objects from the training set but with synonymous names.
|
| 39 |
+
|
| 40 |
+
To download the dataset, just run the following command:
|
| 41 |
+
```bash
|
| 42 |
+
git clone https://huggingface.co/datasets/ftaioli/CoIN-Bench
|
| 43 |
+
```
|
| 44 |
|
| 45 |
<!-- [More Information Needed] -->
|
| 46 |
|