Datasets:
Add development dataset
Browse files
README.md
CHANGED
|
@@ -16,7 +16,8 @@ configs:
|
|
| 16 |
path: "test_1000.jsonl"
|
| 17 |
- split: test_2k
|
| 18 |
path: "test_2000.jsonl"
|
| 19 |
-
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
Random Subset of the dataset from [here](https://huggingface.co/datasets/ARTeLab/ilpost)
|
|
|
|
| 16 |
path: "test_1000.jsonl"
|
| 17 |
- split: test_2k
|
| 18 |
path: "test_2000.jsonl"
|
| 19 |
+
- split: dev
|
| 20 |
+
path: "dev.jsonl"
|
| 21 |
---
|
| 22 |
|
| 23 |
Random Subset of the dataset from [here](https://huggingface.co/datasets/ARTeLab/ilpost)
|