Datasets:
Tasks:
Text Generation
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
code
DOI:
License:
tiginamaria
commited on
Commit
•
338c524
1
Parent(s):
f3e5607
Update README.md
Browse files
README.md
CHANGED
@@ -375,7 +375,7 @@ The following sections will describe the utilities around the dataset as well as
|
|
375 |
import os
|
376 |
|
377 |
# Load json with list of repos' .tar.gz file paths
|
378 |
-
paths_json = load_dataset("JetBrains-Research/lca-bug-localization", data_files="
|
379 |
|
380 |
# Load each repo in .tar.gz format, unzip, delete archive
|
381 |
repos = paths_json[configuration][0]
|
|
|
375 |
import os
|
376 |
|
377 |
# Load json with list of repos' .tar.gz file paths
|
378 |
+
paths_json = load_dataset("JetBrains-Research/lca-bug-localization", data_files="repos.json")
|
379 |
|
380 |
# Load each repo in .tar.gz format, unzip, delete archive
|
381 |
repos = paths_json[configuration][0]
|