mjkmain commited on
Commit
e66498a
1 Parent(s): e94df80

Upload dataset

Browse files
GovReport/train-00000-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:475d71ea440a1d288f751517f47263a3c9d8ed89710929c5a77e17ce2900811f
3
+ size 106036527
GovReport/train-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:449724ab136ccd6b191e58ec44cde396f3afcc8821841c956d78babafb6b87ef
3
+ size 105151884
GovReport/train-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfc9bf5dfb211f039b482a98ddf70a020654901be95ee92b11a19ce90fbce692
3
+ size 103068825
README.md CHANGED
@@ -108,6 +108,24 @@ dataset_info:
108
  num_examples: 9977
109
  download_size: 6663863
110
  dataset_size: 41230848
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  configs:
112
  - config_name: BigPatent
113
  data_files:
@@ -133,4 +151,8 @@ configs:
133
  data_files:
134
  - split: train
135
  path: DROP/train-*
 
 
 
 
136
  ---
 
108
  num_examples: 9977
109
  download_size: 6663863
110
  dataset_size: 41230848
111
+ - config_name: GovReport
112
+ features:
113
+ - name: input_ids
114
+ sequence: int32
115
+ - name: input_sentences_ids
116
+ sequence:
117
+ sequence: int64
118
+ - name: labels
119
+ sequence: int64
120
+ - name: inst_ids
121
+ sequence:
122
+ sequence: int64
123
+ splits:
124
+ - name: train
125
+ num_bytes: 1484331476
126
+ num_examples: 16590
127
+ download_size: 314257236
128
+ dataset_size: 1484331476
129
  configs:
130
  - config_name: BigPatent
131
  data_files:
 
151
  data_files:
152
  - split: train
153
  path: DROP/train-*
154
+ - config_name: GovReport
155
+ data_files:
156
+ - split: train
157
+ path: GovReport/train-*
158
  ---