Update README.md
Browse files
README.md
CHANGED
|
@@ -5,19 +5,19 @@ configs:
|
|
| 5 |
- config_name: fly, merge errors
|
| 6 |
data_files:
|
| 7 |
- split: train
|
| 8 |
-
path:
|
| 9 |
-
- config_name: fly, split
|
| 10 |
data_files:
|
| 11 |
- split: train
|
| 12 |
-
path:
|
| 13 |
- config_name: mouse, merge errors
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
-
path:
|
| 17 |
-
- config_name: mouse, split
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
-
path:
|
| 21 |
---
|
| 22 |
|
| 23 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|
|
|
|
| 5 |
- config_name: fly, merge errors
|
| 6 |
data_files:
|
| 7 |
- split: train
|
| 8 |
+
path: fly_merge_error_annotations.jsonl
|
| 9 |
+
- config_name: fly, split errors
|
| 10 |
data_files:
|
| 11 |
- split: train
|
| 12 |
+
path: fly_split_error_annotations.jsonl
|
| 13 |
- config_name: mouse, merge errors
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
+
path: mouse_merge_error_annotations.jsonl
|
| 17 |
+
- config_name: mouse, split errors
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
+
path: mouse_split_error_annotations.jsonl
|
| 21 |
---
|
| 22 |
|
| 23 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|