Datasets:

cpalenmichel commited on
Commit
12340ef
·
verified ·
1 Parent(s): 05dbc53

Add 'prs' config data files

Browse files
README.md CHANGED
@@ -240,6 +240,14 @@ configs:
240
  path: por/train-*
241
  - split: validation
242
  path: por/validation-*
 
 
 
 
 
 
 
 
243
  dataset_info:
244
  - config_name: amh
245
  features:
@@ -829,6 +837,30 @@ dataset_info:
829
  num_examples: 500
830
  download_size: 2877418
831
  dataset_size: 4861318
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
832
  ---
833
  # Dataset Card for LR-Sum
834
 
 
240
  path: por/train-*
241
  - split: validation
242
  path: por/validation-*
243
+ - config_name: prs
244
+ data_files:
245
+ - split: test
246
+ path: prs/test-*
247
+ - split: train
248
+ path: prs/train-*
249
+ - split: validation
250
+ path: prs/validation-*
251
  dataset_info:
252
  - config_name: amh
253
  features:
 
837
  num_examples: 500
838
  download_size: 2877418
839
  dataset_size: 4861318
840
+ - config_name: prs
841
+ features:
842
+ - name: id
843
+ dtype: string
844
+ - name: url
845
+ dtype: string
846
+ - name: title
847
+ dtype: string
848
+ - name: summary
849
+ dtype: string
850
+ - name: text
851
+ dtype: string
852
+ splits:
853
+ - name: test
854
+ num_bytes: 6454725
855
+ num_examples: 1505
856
+ - name: train
857
+ num_bytes: 52261705
858
+ num_examples: 12037
859
+ - name: validation
860
+ num_bytes: 6594769
861
+ num_examples: 1504
862
+ download_size: 30143285
863
+ dataset_size: 65311199
864
  ---
865
  # Dataset Card for LR-Sum
866
 
prs/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd4fb99aaab791ea70fb5c3bc1d1077160445bebc85940faa788992a25e5a95
3
+ size 2976064
prs/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9f60b1f1e8fd7518b662d128398f99d5ec5ad220d366c9ac6fd029259a6b7f
3
+ size 24107424
prs/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30e90af4250a8033a99308556e20e03a6e6febd86c2ec913da5eefc7ca725021
3
+ size 3059797