Update README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,7 @@ This dataset contains 1789 data instances with problem identification, missing r
|
|
11 |
Additionally, the fields with the metadata are:
|
12 |
* id: an identifier form the source data corresponding to the image id.
|
13 |
* ann_id : an identifier for the set of annotators, either 0 or 1. The tuple (ann_id, id) is a unique identifier for the dataset instance.
|
14 |
-
If you are having problems with downloading the dataset from the huggingface hub, please download it from [here]
|
15 |
-
(https://github.com/adiallo07/response).
|
16 |
|
17 |
### Languages
|
18 |
|
@@ -26,8 +25,7 @@ You can download the data via:
|
|
26 |
from datasets import load_dataset
|
27 |
response_dataset = load_dataset(adial/response)
|
28 |
```
|
29 |
-
Please find more information about the code and how the data was collected on [here]
|
30 |
-
(https://github.com/adiallo07/response).
|
31 |
|
32 |
### Licensing Information
|
33 |
|
|
|
11 |
Additionally, the fields with the metadata are:
|
12 |
* id: an identifier form the source data corresponding to the image id.
|
13 |
* ann_id : an identifier for the set of annotators, either 0 or 1. The tuple (ann_id, id) is a unique identifier for the dataset instance.
|
14 |
+
If you are having problems with downloading the dataset from the huggingface hub, please download it from [here](https://github.com/adiallo07/response).
|
|
|
15 |
|
16 |
### Languages
|
17 |
|
|
|
25 |
from datasets import load_dataset
|
26 |
response_dataset = load_dataset(adial/response)
|
27 |
```
|
28 |
+
Please find more information about the code and how the data was collected on [here](https://github.com/adiallo07/response).
|
|
|
29 |
|
30 |
### Licensing Information
|
31 |
|