--- dataset_info: features: - name: source dtype: string - name: target dtype: string - name: current_page dtype: string - name: visited_pages sequence: string - name: next_page dtype: string - name: previous_page dtype: string - name: action dtype: string splits: - name: train num_bytes: 28770372 num_examples: 203078 - name: test num_bytes: 6904986 num_examples: 50977 - name: eval num_bytes: 7232085 num_examples: 41268 download_size: 8694334 dataset_size: 42907443 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: eval path: data/eval-* ---