dieuwkehupkes commited on
Commit
98e03f6
·
verified ·
1 Parent(s): 1f95740

Add terms to prevent inadvertent contamination

Browse files

Heya! To prevent inadvertent contamination, we hosted the data on our github page with the request to not host it in a place where it could be crawled. HF has a functionality for doing that, which I added in this PR. Could you kindly add it? Many thanks! Also, would you mind adding the citation to this hosting :).

Ps: The full data is now also hosted on HF here: https://huggingface.co/datasets/facebook/multiloko

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -15,4 +15,9 @@ configs:
15
  path: "Italian_dev.jsonl"
16
  - split: English
17
  path: "English_dev.jsonl"
 
 
 
 
 
18
  ---
 
15
  path: "Italian_dev.jsonl"
16
  - split: English
17
  path: "English_dev.jsonl"
18
+
19
+ extra_gated_heading: "Protecting the integrity of MultiLoKo for evaluation"
20
+ extra_gated_fields:
21
+ I agree not to re-host MultiLoKo in places where it could be picked up by web crawlers: checkbox
22
+ If I evaluate using MultiLoKo, I will ensure that its questions are not in the training data: checkbox
23
  ---