Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ configs:
|
|
| 13 |
- config_name: fly, segment classification
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
-
path:
|
| 17 |
- config_name: mouse, merge errors
|
| 18 |
data_files:
|
| 19 |
- split: train
|
|
@@ -25,7 +25,7 @@ configs:
|
|
| 25 |
- config_name: mouse, segment classification
|
| 26 |
data_files:
|
| 27 |
- split: train
|
| 28 |
-
path:
|
| 29 |
---
|
| 30 |
|
| 31 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|
|
|
|
| 13 |
- config_name: fly, segment classification
|
| 14 |
data_files:
|
| 15 |
- split: train
|
| 16 |
+
path: fly_segment_annotations.jsonl
|
| 17 |
- config_name: mouse, merge errors
|
| 18 |
data_files:
|
| 19 |
- split: train
|
|
|
|
| 25 |
- config_name: mouse, segment classification
|
| 26 |
data_files:
|
| 27 |
- split: train
|
| 28 |
+
path: mouse_segment_annotations.jsonl
|
| 29 |
---
|
| 30 |
|
| 31 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|