Petr Tsvetkov
commited on
Commit
•
dda28ab
1
Parent(s):
95b1774
Change dataset name
Browse files- data_loader.py +1 -1
data_loader.py
CHANGED
@@ -5,7 +5,7 @@ CACHE_DIR = 'cache'
|
|
5 |
|
6 |
|
7 |
def load_data():
|
8 |
-
dataset = load_dataset("JetBrains-Research/lca-
|
9 |
"commitchronicle-py-long",
|
10 |
split="test",
|
11 |
cache_dir=CACHE_DIR).to_pandas().set_index(['hash', 'repo']).rename(
|
|
|
5 |
|
6 |
|
7 |
def load_data():
|
8 |
+
dataset = load_dataset("JetBrains-Research/lca-commit-message-generation",
|
9 |
"commitchronicle-py-long",
|
10 |
split="test",
|
11 |
cache_dir=CACHE_DIR).to_pandas().set_index(['hash', 'repo']).rename(
|