Datasets:

Modalities:
Text
Formats:
json
Languages:
German
Tags:
legal
DOI:
License:
kapllan commited on
Commit
7fdbb53
·
verified ·
1 Parent(s): 9257ab4

Update README.md

Browse files

Added a new split called "catalogs" which points at a JSON file that contains the catalogs that were used to annotated the data. The user of the dataset is instructed to use that JSON file instead of https://huggingface.co/datasets/IntelliProcure/sustainability_criteria, because the catalogs on Hugging Face may have changed.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@ configs:
8
  path: "eval.json"
9
  - split: test
10
  path: "test.json"
 
 
11
  default: true
12
 
13
  license: cc-by-4.0
 
8
  path: "eval.json"
9
  - split: test
10
  path: "test.json"
11
+ - split: catalogs
12
+ path: "catalogs_for_annotation.json"
13
  default: true
14
 
15
  license: cc-by-4.0