File size: 750 Bytes
08fdfd3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9f56997
 
08fdfd3
 
9f56997
b549868
08fdfd3
9f56997
b549868
9f56997
 
08fdfd3
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: post_id
    dtype: string
  - name: domain
    dtype: string
  - name: score_ratio
    dtype: float64
  - name: completion
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: label
    dtype: bool
  - name: prompt
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 2559237522.125
    num_examples: 11519
  - name: test
    num_bytes: 114939370.0
    num_examples: 517
  download_size: 2655255516
  dataset_size: 2674176892.125
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---