jeffbbrown2 commited on
Commit
a2b36d6
·
verified ·
1 Parent(s): 58bf7bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -5,19 +5,19 @@ 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.
 
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.