pminervini commited on
Commit
ee59163
1 Parent(s): 1ff551c
cli/nqswap-upload-cli.py CHANGED
@@ -6,7 +6,6 @@ path = 'pminervini/NQ-Swap'
6
 
7
  ds = load_dataset("json",
8
  data_files={
9
- 'original': 'nqswap/original.jsonl',
10
- 'substituted': 'nqswap/substituted.jsonl'
11
  })
12
  ds.push_to_hub(path)
 
6
 
7
  ds = load_dataset("json",
8
  data_files={
9
+ 'dev': 'nqswap/merged.jsonl',
 
10
  })
11
  ds.push_to_hub(path)
cli/nqswap/merged.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
cli/xiaotang/nqswap-upload-cli.py ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+
3
+ from datasets import load_dataset
4
+
5
+ path = 'pminervini/NQ-Swap'
6
+
7
+ ds = load_dataset("json",
8
+ data_files={
9
+ 'test': 'nqswap/merged.jsonl',
10
+ })
11
+ ds.push_to_hub(path)
cli/xiaotang/nqswap.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01bcbf3897ba138f3716b5ff783326601f7c8ccd6768e2c06fa3ab0aa180ce2f
3
+ size 1094204
cli/xiaotang/nqswap/merged.jsonl ADDED
The diff for this file is too large to render. See raw diff