Arie Cattan commited on
Commit
0b90551
1 Parent(s): cc22e90

add splits

Browse files
Files changed (2) hide show
  1. README.md +7 -1
  2. scico.py +2 -0
README.md CHANGED
@@ -95,7 +95,13 @@ More Information Needed](https://github.com/huggingface/datasets/blob/master/CON
95
 
96
  ### Data Splits
97
 
98
- More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
99
 
100
  ## Dataset Creation
101
 
95
 
96
  ### Data Splits
97
 
98
+ | |Train |Validation|Test |
99
+ |--------------------|-----:|---------:|----:|
100
+ |Topic | 221| 100| 200|
101
+ |Documents | 9013| 4120| 8237|
102
+ |Mentions | 10925| 4874|10424|
103
+ |Clusters | 4080| 1867| 3711|
104
+ |Relations | 2514| 1747| 2379|
105
 
106
  ## Dataset Creation
107
 
scico.py CHANGED
@@ -7,6 +7,8 @@ import jsonlines
7
  import datasets
8
 
9
 
 
 
10
  _CITATION = """\
11
  @inproceedings{
12
  cattan2021scico,
7
  import datasets
8
 
9
 
10
+
11
+
12
  _CITATION = """\
13
  @inproceedings{
14
  cattan2021scico,