File size: 498 Bytes
a388c6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165524f
 
 
 
a388c6c
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: generator
    dtype: string
  - name: prompt_id
    dtype: string
  - name: seed_prompt
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: category
    dtype: string
  splits:
  - name: gpt4o
    num_bytes: 1318989
    num_examples: 424
  download_size: 112250
  dataset_size: 1318989
configs:
- config_name: default
  data_files:
  - split: gpt4o
    path: data/gpt4o-*
---