File size: 710 Bytes
c546a6b
 
6d6593a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: mit
language:
- en
pretty_name: Small Timelines
size_categories:
- 10K<n<100K
configs:
- config_name: one
  data_files:
  - split: train
    path: "one/train.json"
  - split: test
    path: "one/test.json"
- config_name: two
  data_files:
  - split: train
    path: "two/train.json"
  - split: test
    path: "two/test.json"
- config_name: three
  data_files:
  - split: train
    path: "three/train.json"
  - split: test
    path: "three/test.json"
- config_name: four
  data_files:
  - split: train
    path: "four/train.json"
  - split: test
    path: "four/test.json"
- config_name: five
  data_files:
  - split: train
    path: "five/train.json"
  - split: test
    path: "five/test.json"
---