File size: 1,444 Bytes
35a7436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  - name: sentences_perturbed
    dtype: int64
  - name: doc_stats
    struct:
    - name: advantage_score_max
      dtype: float64
    - name: advantage_score_mean
      dtype: float64
    - name: advantage_score_min
      dtype: float64
    - name: advantage_score_std
      dtype: float64
    - name: advantage_scores
      list: float32
    - name: baseline_doc_loss
      dtype: float32
    - name: baseline_truncated
      dtype: bool
    - name: doc_advantage_score
      dtype: float32
    - name: length_change_ratio
      dtype: float64
    - name: net_length_change_chars
      dtype: int64
    - name: original_sentences_length_chars
      dtype: int64
    - name: replacement_paraphrases_length_chars
      dtype: int64
    - name: sentences_perturbed
      dtype: int64
    - name: target_doc_loss
      dtype: float32
    - name: target_truncated
      dtype: bool
    - name: threshold_passing_sentences
      dtype: int64
    - name: total_doc_length_chars
      dtype: int64
    - name: total_sentences
      dtype: int64
    - name: truncated
      dtype: bool
  splits:
  - name: validation
    num_bytes: 10049031
    num_examples: 4000
  download_size: 5853554
  dataset_size: 10049031
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---