jeffbbrown2 commited on
Commit
9d9639e
·
verified ·
1 Parent(s): c63dfb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,7 +13,7 @@ configs:
13
  - config_name: fly, segment classification
14
  data_files:
15
  - split: train
16
- path: fly_segment_annotation.jsonl
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: mouse_segment_annotation.jsonl
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.