Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,18 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
task_categories:
|
3 |
- question-answering
|
4 |
- summarization
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: demo
|
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 |
+
sep: "\t"
|
16 |
task_categories:
|
17 |
- question-answering
|
18 |
- summarization
|