File size: 1,528 Bytes
1a4d0ef
fe67a34
 
 
1a4d0ef
fe67a34
 
 
1a4d0ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fe67a34
 
 
631baad
 
 
7487045
 
 
56e6fe2
 
 
 
 
1a4d0ef
 
 
 
 
 
 
 
 
fe67a34
 
631baad
 
7487045
 
56e6fe2
 
1a4d0ef
 
 
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
---
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.