Datasets:

Modalities:
Text
ArXiv:
Tags:
code
Libraries:
Datasets
License:
tianyang commited on
Commit
cac9d7c
1 Parent(s): c8cde49
Files changed (1) hide show
  1. repobench-c.py +6 -6
repobench-c.py CHANGED
@@ -42,12 +42,12 @@ _HOMEPAGE = "https://github.com/Leolty/repobench"
42
  _LICENSE = "Apache License 2.0"
43
 
44
  _URLs = {
45
- "python_cff": "https://raw.githubusercontent.com/Leolty/repobench/main/data/code_completion/python/cross_file_first.gz",
46
- "python_cfr": "https://raw.githubusercontent.com/Leolty/repobench/main/data/code_completion/python/cross_file_random.gz",
47
- "python_if": "https://raw.githubusercontent.com/Leolty/repobench/main/data/code_completion/python/in_file.gz",
48
- "java_cff": "https://raw.githubusercontent.com/Leolty/repobench/main/data/code_completion/java/cross_file_first.gz",
49
- "java_cfr": "https://raw.githubusercontent.com/Leolty/repobench/main/data/code_completion/java/cross_file_random.gz",
50
- "java_if": "https://raw.githubusercontent.com/Leolty/repobench/main/data/code_completion/java/in_file.gz"
51
  }
52
 
53
 
 
42
  _LICENSE = "Apache License 2.0"
43
 
44
  _URLs = {
45
+ "python_cff": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/python/cross_file_first.gz",
46
+ "python_cfr": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/python/cross_file_random.gz",
47
+ "python_if": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/python/in_file.gz",
48
+ "java_cff": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/java/cross_file_first.gz",
49
+ "java_cfr": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/java/cross_file_random.gz",
50
+ "java_if": "https://raw.githubusercontent.com/Leolty/repobench/main/data/completion/java/in_file.gz"
51
  }
52
 
53