timchen0618
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -11,21 +11,9 @@ size_categories:
|
|
11 |
- 1K<n<10K
|
12 |
configs:
|
13 |
- config_name: arguana
|
14 |
-
data_files:
|
15 |
-
- split: train
|
16 |
-
path: "arguana.train.jsonl"
|
17 |
-
- split: dev
|
18 |
-
path: "arguana.dev.jsonl"
|
19 |
- config_name: opinionqa
|
20 |
-
data_files:
|
21 |
-
- split: train
|
22 |
-
path: "opinionqa.train.jsonl"
|
23 |
-
- split: dev
|
24 |
-
path: "opinionqa.dev.jsonl"
|
25 |
- config_name: kialo
|
26 |
-
data_files:
|
27 |
-
- split: train
|
28 |
-
path: "kialo.train.jsonl"
|
29 |
-
- split: dev
|
30 |
-
path: "kialo.dev.jsonl"
|
31 |
---
|
|
|
11 |
- 1K<n<10K
|
12 |
configs:
|
13 |
- config_name: arguana
|
14 |
+
data_files: "arguana.train.jsonl"
|
|
|
|
|
|
|
|
|
15 |
- config_name: opinionqa
|
16 |
+
data_files: "opinionqa.train.jsonl"
|
|
|
|
|
|
|
|
|
17 |
- config_name: kialo
|
18 |
+
data_files: "kialo.train.jsonl"
|
|
|
|
|
|
|
|
|
19 |
---
|