cakiki commited on
Commit
3d74623
1 Parent(s): ef2d28a

Update args_me.py

Browse files
Files changed (1) hide show
  1. args_me.py +3 -3
args_me.py CHANGED
@@ -49,9 +49,9 @@ _LICENSE = "https://creativecommons.org/licenses/by/4.0/legalcode"
49
 
50
  _REPO = "https://huggingface.co/datasets/webis/args_me/resolve/main"
51
  _URLs = {
52
- 'corpus': f"{_REPO}/args-me.jsonl",
53
- 'topics': f"{_REPO}/topics.jsonl",
54
- 'judgments': f"{_REPO}/judgments.jsonl"
55
  }
56
 
57
 
49
 
50
  _REPO = "https://huggingface.co/datasets/webis/args_me/resolve/main"
51
  _URLs = {
52
+ 'corpus': f"{_REPO}/args-me.jsonl",
53
+ # 'topics': f"{_REPO}/topics.jsonl",
54
+ # 'judgments': f"{_REPO}/judgments.jsonl"
55
  }
56
 
57