Update README.md
Browse files
README.md
CHANGED
@@ -4,21 +4,8 @@ configs:
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: "demo.tsv"
|
7 |
-
- split:
|
8 |
-
path: "
|
9 |
-
- split: localization
|
10 |
-
path: "*localization*"
|
11 |
-
- split: segmentation
|
12 |
-
path: "*segmentation*"
|
13 |
-
- split: report generation
|
14 |
-
path: "*report*"
|
15 |
-
sep: "\t"
|
16 |
-
task_categories:
|
17 |
-
- question-answering
|
18 |
-
- summarization
|
19 |
-
- token-classification
|
20 |
-
tags:
|
21 |
-
- medical
|
22 |
---
|
23 |
|
24 |
# Dataset Descriptiona
|
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: "demo.tsv"
|
7 |
+
- split: test
|
8 |
+
path: "ChestX_Det_localization.tsv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Dataset Descriptiona
|