Update README.md
Browse filesAdded 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.
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
|