Valarmathy
commited on
Commit
•
c8dab7a
1
Parent(s):
e6c8ee8
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
task_categories:
|
3 |
- summarization
|
4 |
- text-classification
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
- split: validation
|
10 |
+
path: data/validation-*
|
11 |
task_categories:
|
12 |
- summarization
|
13 |
- text-classification
|