--- language: - de - en license: mit task_categories: - question-answering pretty_name: Abstract-Concat dataset_info: features: - name: Title dtype: string - name: Concat Abstract dtype: string - name: Version Control dtype: string - name: Wiki Language dtype: string splits: - name: enwiki_concat num_bytes: 3592592972 num_examples: 6575217 - name: dewiki_concat num_bytes: 1239189060 num_examples: 2565263 - name: frwiki_concat num_bytes: 1392641109 num_examples: 2501467 - name: eswiki_concat num_bytes: 1042566223 num_examples: 1890629 - name: ptwiki_concat num_bytes: 592632150 num_examples: 1080168 - name: ruwiki_concat num_bytes: 1482929001 num_examples: 1854603 - name: zhwiki_concat num_bytes: 517307973 num_examples: 1315710 download_size: 5398641396 dataset_size: 9859858488 configs: - config_name: default data_files: - split: enwiki_concat path: data/enwiki_concat-* - split: dewiki_concat path: data/dewiki_concat-* - split: frwiki_concat path: data/frwiki_concat-* - split: eswiki_concat path: data/eswiki_concat-* - split: ptwiki_concat path: data/ptwiki_concat-* - split: ruwiki_concat path: data/ruwiki_concat-* - split: zhwiki_concat path: data/zhwiki_concat-* --- We have combined title and abstracts together into the Concat Abstract column in this dataset. It's a slight modification over our original Wikipedia X dataset. It's done for RAG project purposes.