Update README.md
Browse files
README.md
CHANGED
|
@@ -3,18 +3,18 @@ license: cc-by-sa-4.0
|
|
| 3 |
configs:
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
-
- split:
|
| 7 |
path: "train_100k.jsonl"
|
| 8 |
-
- split:
|
| 9 |
path: "train_200k.jsonl"
|
| 10 |
-
- split:
|
| 11 |
path: "train_full.jsonl"
|
| 12 |
-
- split:
|
| 13 |
path: "id_verified.jsonl"
|
| 14 |
-
- split:
|
| 15 |
path: "ood_verified.jsonl"
|
| 16 |
-
- split:
|
| 17 |
path: "val_verified.jsonl"
|
| 18 |
-
- split:
|
| 19 |
path: "ood_full.jsonl"
|
| 20 |
---
|
|
|
|
| 3 |
configs:
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
+
- split: train_100k
|
| 7 |
path: "train_100k.jsonl"
|
| 8 |
+
- split: train_200k
|
| 9 |
path: "train_200k.jsonl"
|
| 10 |
+
- split: train_full
|
| 11 |
path: "train_full.jsonl"
|
| 12 |
+
- split: InDomainVerified_3k
|
| 13 |
path: "id_verified.jsonl"
|
| 14 |
+
- split: OutOfDomainVerified_3k
|
| 15 |
path: "ood_verified.jsonl"
|
| 16 |
+
- split: ValVerified_1k
|
| 17 |
path: "val_verified.jsonl"
|
| 18 |
+
- split: OutOfDomain_full
|
| 19 |
path: "ood_full.jsonl"
|
| 20 |
---
|