Update README.md
Browse files
README.md
CHANGED
|
@@ -179,32 +179,26 @@ configs:
|
|
| 179 |
data_files:
|
| 180 |
- split: train
|
| 181 |
path: fly_merge_error_annotations.jsonl
|
| 182 |
-
data_dir: "."
|
| 183 |
- config_name: fly, split errors
|
| 184 |
data_files:
|
| 185 |
- split: train
|
| 186 |
path: fly_split_error_annotations.jsonl
|
| 187 |
-
data_dir: "."
|
| 188 |
- config_name: fly, segment classification
|
| 189 |
data_files:
|
| 190 |
- split: train
|
| 191 |
path: fly_segment_annotations.jsonl
|
| 192 |
-
data_dir: "."
|
| 193 |
- config_name: mouse, merge errors
|
| 194 |
data_files:
|
| 195 |
- split: train
|
| 196 |
path: mouse_merge_error_annotations.jsonl
|
| 197 |
-
data_dir: "."
|
| 198 |
- config_name: mouse, split errors
|
| 199 |
data_files:
|
| 200 |
- split: train
|
| 201 |
path: mouse_split_error_annotations.jsonl
|
| 202 |
-
data_dir: "."
|
| 203 |
- config_name: mouse, segment classification
|
| 204 |
data_files:
|
| 205 |
- split: train
|
| 206 |
path: mouse_segment_annotations.jsonl
|
| 207 |
-
data_dir: "."
|
| 208 |
---
|
| 209 |
|
| 210 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|
|
|
|
| 179 |
data_files:
|
| 180 |
- split: train
|
| 181 |
path: fly_merge_error_annotations.jsonl
|
|
|
|
| 182 |
- config_name: fly, split errors
|
| 183 |
data_files:
|
| 184 |
- split: train
|
| 185 |
path: fly_split_error_annotations.jsonl
|
|
|
|
| 186 |
- config_name: fly, segment classification
|
| 187 |
data_files:
|
| 188 |
- split: train
|
| 189 |
path: fly_segment_annotations.jsonl
|
|
|
|
| 190 |
- config_name: mouse, merge errors
|
| 191 |
data_files:
|
| 192 |
- split: train
|
| 193 |
path: mouse_merge_error_annotations.jsonl
|
|
|
|
| 194 |
- config_name: mouse, split errors
|
| 195 |
data_files:
|
| 196 |
- split: train
|
| 197 |
path: mouse_split_error_annotations.jsonl
|
|
|
|
| 198 |
- config_name: mouse, segment classification
|
| 199 |
data_files:
|
| 200 |
- split: train
|
| 201 |
path: mouse_segment_annotations.jsonl
|
|
|
|
| 202 |
---
|
| 203 |
|
| 204 |
Access to the code necessary to run the benchmark is available at https://github.com/jffbrwn2/ConnectomeBench.
|