File size: 943 Bytes
655e676
7727f43
 
655e676
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e457589
 
f136438
484f856
67c0799
 
655e676
 
67c0799
655e676
 
67c0799
655e676
 
67c0799
655e676
67c0799
 
655e676
 
 
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: id
    dtype: string
  - name: subreddit
    dtype: string
  - name: title
    dtype: string
  - name: post
    dtype: string
  - name: summary
    dtype: string
  - name: pythia-1b-reference
    dtype: string
  - name: pythia-6.9b-reference
    dtype: string
  - name: pythia-2.8b-reference
    dtype: string
  splits:
  - name: train
    num_bytes: 574773935
    num_examples: 116722
  - name: validation
    num_bytes: 31772636
    num_examples: 6447
  - name: test
    num_bytes: 32328258
    num_examples: 6553
  download_size: 384023843
  dataset_size: 638874829
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---