evalitahf commited on
Commit
631a956
·
verified ·
1 Parent(s): a1c631c

feat: add test splits

Browse files
Files changed (3) hide show
  1. README.md +6 -1
  2. test-cross-genre.jsonl +0 -0
  3. 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: test
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