louni-g commited on
Commit
9d86e49
1 Parent(s): a8ebf89
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -8,12 +8,15 @@ HuggingFace Dataset from the Inception Medical Annotations project.
8
 
9
  This dataset can be used locally with any archive downloaded from Inception that contains relation annotations.
10
 
 
 
11
  **Example**: load the dataset from the "RE Temporality POC"
12
 
13
  ```
14
  import datasets
15
 
16
  ds = datasets.load_dataset(
 
17
  data_dir=<Inception Archive path>,
18
  labels = ["bound"],
19
  )
 
8
 
9
  This dataset can be used locally with any archive downloaded from Inception that contains relation annotations.
10
 
11
+ Loading this dataset requires `dkpro-cassis>=0.7.2`.
12
+
13
  **Example**: load the dataset from the "RE Temporality POC"
14
 
15
  ```
16
  import datasets
17
 
18
  ds = datasets.load_dataset(
19
+ "bio-datasets/re-medical-annotations",
20
  data_dir=<Inception Archive path>,
21
  labels = ["bound"],
22
  )