galtimur commited on
Commit
49a8baa
1 Parent(s): cda9c82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ To score your model on this dataset, you can use **CI Fixing benchmark**
34
  dataset = load_dataset("JetBrains-Research/lca-ci-fixing", split="test")
35
  ```
36
 
37
- Note that all the data we have is considered to be in the test split.
38
  **NOTE**: If you encounter any errors with loading the dataset on Windows, update the datasets library (was tested on datasets==2.16.1)
39
 
40
 
 
34
  dataset = load_dataset("JetBrains-Research/lca-ci-fixing", split="test")
35
  ```
36
 
37
+ Note that all the data we have is considered to be in the test split.
38
  **NOTE**: If you encounter any errors with loading the dataset on Windows, update the datasets library (was tested on datasets==2.16.1)
39
 
40