Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ PICKLE is the dataset associated with the manuscript *In a PICKLE: A gold standa
|
|
14 |
|
15 |
## Format specification
|
16 |
This dataset is formatted according to the [specifications for use with the DyGIE++ architecture](https://github.com/dwadden/dygiepp/blob/master/doc/data.md).
|
17 |
-
**NOTE:** At this time, the dataset will throw a `JSONDecodeError` when used with `load_datasets
|
18 |
```
|
19 |
import jsonlines
|
20 |
with jsonlines.open('train.jsonl') as reader:
|
|
|
14 |
|
15 |
## Format specification
|
16 |
This dataset is formatted according to the [specifications for use with the DyGIE++ architecture](https://github.com/dwadden/dygiepp/blob/master/doc/data.md).
|
17 |
+
**NOTE:** At this time, the dataset will throw a `JSONDecodeError` when used with `load_datasets` (see [#6460 on `datasets`](https://github.com/huggingface/datasets/issues/6460)). In the meantime, you can access the data by downloading the `.jsonl` files directly from the GUI, and importing to Python with the following code:
|
18 |
```
|
19 |
import jsonlines
|
20 |
with jsonlines.open('train.jsonl') as reader:
|