Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ This is the benchmark for **CI Fixing** task as part of
|
|
29 |
from datasets import load_dataset
|
30 |
|
31 |
configuration = "TODO" # select a configuration
|
32 |
-
dataset = load_dataset("JetBrains-Research/lca-ci-
|
33 |
```
|
34 |
|
35 |
Note that all the data we have is considered to be in the test split.
|
|
|
29 |
from datasets import load_dataset
|
30 |
|
31 |
configuration = "TODO" # select a configuration
|
32 |
+
dataset = load_dataset("JetBrains-Research/lca-ci-fixing", configuration, split="test")
|
33 |
```
|
34 |
|
35 |
Note that all the data we have is considered to be in the test split.
|