SaylorTwift HF Staff commited on
Commit
1f25392
·
verified ·
1 Parent(s): 5abc61d

Add 'MultiLexSum' config data files

Browse files
MultiLexSum/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1107d11403e1d04ecb476931cbddb9a4a5fbaba93d243d7d2cc8795c1cbc2b1b
3
+ size 1501793
MultiLexSum/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61e43232fb1b41784461608b3ef90f0b26334be64542609a6863c4fd1c368aa0
3
+ size 5748170
MultiLexSum/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32de1a21537f2c3ba0f3e9b5ab824754ac011b5d56a0b96e6f232ef38c58c4a2
3
+ size 828912
README.md CHANGED
@@ -33,6 +33,24 @@ dataset_info:
33
  num_examples: 187
34
  download_size: 56129905
35
  dataset_size: 140408633
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  configs:
37
  - config_name: BillSum
38
  data_files:
@@ -48,4 +66,12 @@ configs:
48
  path: EurLexSum/test-*
49
  - split: validation
50
  path: EurLexSum/validation-*
 
 
 
 
 
 
 
 
51
  ---
 
33
  num_examples: 187
34
  download_size: 56129905
35
  dataset_size: 140408633
36
+ - config_name: MultiLexSum
37
+ features:
38
+ - name: article
39
+ dtype: string
40
+ - name: summary
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 11491245
45
+ num_examples: 2210
46
+ - name: test
47
+ num_bytes: 3070390
48
+ num_examples: 616
49
+ - name: validation
50
+ num_bytes: 1645115
51
+ num_examples: 312
52
+ download_size: 8078875
53
+ dataset_size: 16206750
54
  configs:
55
  - config_name: BillSum
56
  data_files:
 
66
  path: EurLexSum/test-*
67
  - split: validation
68
  path: EurLexSum/validation-*
69
+ - config_name: MultiLexSum
70
+ data_files:
71
+ - split: train
72
+ path: MultiLexSum/train-*
73
+ - split: test
74
+ path: MultiLexSum/test-*
75
+ - split: validation
76
+ path: MultiLexSum/validation-*
77
  ---