File size: 588 Bytes
e579ff7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  - name: sentences_perturbed
    dtype: int64
  - name: length_stats
    struct:
    - name: length_ratios
      list: float64
    - name: original_lengths
      list: int64
    - name: paraphrase_lengths
      list: int64
  splits:
  - name: validation
    num_bytes: 15578381
    num_examples: 2000
  download_size: 8267184
  dataset_size: 15578381
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---