File size: 1,090 Bytes
31580fb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5d8efd1
31580fb
5d8efd1
 
31580fb
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: meta
    struct:
    - name: pile_set_name
      dtype: string
  - name: change_metrics
    struct:
    - name: baseline_loss
      dtype: float32
    - name: char_change_proportion
      dtype: float64
    - name: length_change_ratio
      dtype: float64
    - name: length_difference
      dtype: int64
    - name: sentence_change_proportion
      dtype: float64
    - name: sentences_changed_count
      dtype: int64
    - name: sentences_changed_ratio
      dtype: float64
    - name: sentences_considered
      dtype: int64
    - name: sentences_perturbed
      dtype: int64
    - name: target_loss
      dtype: float32
    - name: token_change_proportion
      dtype: float64
    - name: total_original_length
      dtype: int64
    - name: total_perturbed_length
      dtype: int64
  splits:
  - name: validation
    num_bytes: 15683581
    num_examples: 2000
  download_size: 8284504
  dataset_size: 15683581
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---