File size: 1,585 Bytes
a5d19b4 7c672fb a5d19b4 7c672fb a5d19b4 7c672fb a5d19b4 |
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 65 66 67 68 69 70 71 72 73 74 |
---
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
- name: log_data
struct:
- name: alpha
dtype: float64
- name: baseline_model
dtype: string
- name: document_id
dtype: int64
- name: most_advantageous_only
dtype: int64
- name: original_text
dtype: string
- name: perturbed_text
dtype: string
- name: sentence_changes
list:
- name: available_paraphrases
list: string
- name: final_paraphrase
dtype: string
- name: left_context
dtype: string
- name: original_sentence
dtype: string
- name: right_context
dtype: string
- name: selected_paraphrase
dtype: string
- name: sentence_index
dtype: int64
- name: target
dtype: string
- name: token_losses
dtype: 'null'
- name: was_perturbed
dtype: bool
- name: sentences_perturbed
dtype: int64
- name: target_model
dtype: string
- name: threshold
dtype: float64
splits:
- name: validation
num_bytes: 24824365
num_examples: 2000
download_size: 13304805
dataset_size: 24824365
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
---
|