File size: 917 Bytes
cd92ecc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: language
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: wiki
    num_bytes: 50815840465
    num_examples: 16604808
  - name: booksum
    num_bytes: 201053179
    num_examples: 8540
  - name: code
    num_bytes: 1744569
    num_examples: 1840
  - name: ms_marco
    num_bytes: 86149482
    num_examples: 5169
  - name: wiki_qa_de
    num_bytes: 4155923807
    num_examples: 83779
  - name: pharmagpt
    num_bytes: 8607664792
    num_examples: 3573593
  download_size: 32238353388
  dataset_size: 63868376294
configs:
- config_name: default
  data_files:
  - split: wiki
    path: data/wiki-*
  - split: booksum
    path: data/booksum-*
  - split: code
    path: data/code-*
  - split: ms_marco
    path: data/ms_marco-*
  - split: wiki_qa_de
    path: data/wiki_qa_de-*
  - split: pharmagpt
    path: data/pharmagpt-*
---