Datasets:
feat: add test splits
Browse files- README.md +6 -1
- test-cross-genre.jsonl +0 -0
- test-same-genre.jsonl +0 -0
README.md
CHANGED
|
@@ -10,8 +10,13 @@ size_categories:
|
|
| 10 |
configs:
|
| 11 |
- config_name: default
|
| 12 |
data_files:
|
| 13 |
-
- split:
|
| 14 |
path: "data.jsonl"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
## Dating Document Evaluation at EVALITA 2020
|
|
|
|
| 10 |
configs:
|
| 11 |
- config_name: default
|
| 12 |
data_files:
|
| 13 |
+
- split: train
|
| 14 |
path: "data.jsonl"
|
| 15 |
+
- split: test_same
|
| 16 |
+
path: test-same-genre.jsonl
|
| 17 |
+
- split: test_cross
|
| 18 |
+
path: test-cross-genre.jsonl
|
| 19 |
+
|
| 20 |
---
|
| 21 |
|
| 22 |
## Dating Document Evaluation at EVALITA 2020
|
test-cross-genre.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test-same-genre.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|