--- dataset_info: features: - name: image dtype: image - name: image_url dtype: string - name: embedding sequence: float64 length: 2048 - name: metadata_url dtype: string - name: original_height dtype: int32 - name: original_width dtype: int32 - name: mime_type dtype: string - name: caption_attribution_description dtype: string - name: page_url dtype: string - name: attribution_passes_lang_id dtype: bool - name: caption_alt_text_description dtype: string - name: caption_reference_description dtype: string - name: caption_title_and_reference_description dtype: string - name: context_page_description dtype: string - name: context_section_description dtype: string - name: hierarchical_section_title dtype: string - name: is_main_image dtype: bool - name: page_changed_recently dtype: bool - name: page_title dtype: string - name: section_title dtype: string - name: solution dtype: string - name: original_question dtype: string - name: original_answer dtype: string - name: question dtype: string - name: language dtype: string - name: source dtype: string splits: - name: train num_bytes: 7466504682.5 num_examples: 167460 - name: test num_bytes: 45139072.0 num_examples: 1024 - name: val num_bytes: 10888890.0 num_examples: 256 download_size: 7659599400 dataset_size: 7522532644.5 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: val path: data/val-* ---