Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,12 @@ configs:
|
|
6 |
path: "demo.tsv"
|
7 |
- split: classification
|
8 |
path: "*classification*"
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Dataset Descriptiona
|
|
|
6 |
path: "demo.tsv"
|
7 |
- split: classification
|
8 |
path: "*classification*"
|
9 |
+
- split: localization
|
10 |
+
path: "*localization*"
|
11 |
+
- split: segmentation
|
12 |
+
path: "*segmentation*"
|
13 |
+
- split: report generation
|
14 |
+
path: "*report*"
|
15 |
---
|
16 |
|
17 |
# Dataset Descriptiona
|