slotreck commited on
Commit
194a406
1 Parent(s): 8b4e934

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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`. 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:
 
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: