galtimur commited on
Commit
6485088
1 Parent(s): 88deb3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-fix", configuration, split="test")
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.