albertvillanova HF staff commited on
Commit
c671344
1 Parent(s): 3f756ab

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

This dataset uses `tasks`, which are deprecated and will raise an error after the next release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999

README.md CHANGED
@@ -24,6 +24,7 @@ task_ids:
24
  paperswithcode_id: dbrd
25
  pretty_name: DBRD
26
  dataset_info:
 
27
  features:
28
  - name: text
29
  dtype: string
@@ -33,19 +34,28 @@ dataset_info:
33
  names:
34
  '0': neg
35
  '1': pos
36
- config_name: plain_text
37
  splits:
38
  - name: train
39
- num_bytes: 29496333
40
  num_examples: 20028
41
  - name: test
42
- num_bytes: 3246243
43
  num_examples: 2224
44
  - name: unsupervised
45
- num_bytes: 152733031
46
  num_examples: 96264
47
- download_size: 79065872
48
- dataset_size: 185475607
 
 
 
 
 
 
 
 
 
 
49
  ---
50
 
51
  # Dataset Card for DBRD
 
24
  paperswithcode_id: dbrd
25
  pretty_name: DBRD
26
  dataset_info:
27
+ config_name: plain_text
28
  features:
29
  - name: text
30
  dtype: string
 
34
  names:
35
  '0': neg
36
  '1': pos
 
37
  splits:
38
  - name: train
39
+ num_bytes: 29496321
40
  num_examples: 20028
41
  - name: test
42
+ num_bytes: 3246239
43
  num_examples: 2224
44
  - name: unsupervised
45
+ num_bytes: 152732991
46
  num_examples: 96264
47
+ download_size: 116489037
48
+ dataset_size: 185475551
49
+ configs:
50
+ - config_name: plain_text
51
+ data_files:
52
+ - split: train
53
+ path: plain_text/train-*
54
+ - split: test
55
+ path: plain_text/test-*
56
+ - split: unsupervised
57
+ path: plain_text/unsupervised-*
58
+ default: true
59
  ---
60
 
61
  # Dataset Card for DBRD
plain_text/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ec1d27ebcbdbd17b0724baa54afcb74c365d2bb0f08f05e3f21c249a5e8d8a
3
+ size 2057593
plain_text/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d360f0db2475f5e03070377347d41350579a8034fc6fda9d1999cacb9e313f
3
+ size 18558956
plain_text/unsupervised-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3865799b9b2a30c21a15d631106f6e3955c3040ed19288bd85c0d98f4b0b9eaf
3
+ size 95872488