Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: ConnectomeBench
|
| 3 |
license: mit
|
| 4 |
+
configs:
|
| 5 |
+
- config_name: fly, merge errors
|
| 6 |
+
data_files:
|
| 7 |
+
- split: train
|
| 8 |
+
path: training_data/merge_error_only_fly.jsonl
|
| 9 |
+
- config_name: fly, split and merge errors
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path: training_data/fly_256nm.jsonl
|
| 13 |
+
- config_name: mouse, merge errors
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: training_data/merge_error_only_mouse.jsonl
|
| 17 |
+
- config_name: mouse, split and merge errors
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: training_data/mouse_256nm.jsonl
|
| 21 |
---
|
| 22 |
|
| 23 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|