File size: 1,257 Bytes
9ee9fd4 |
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 63 64 65 66 67 68 |
---
dataset_info:
features:
- name: images
list: image
- name: conversation_id
dtype: string
- name: model
dtype: string
- name: num_turns
dtype: int64
- name: conversation
list:
- name: user
dtype: string
- name: assistant
dtype: string
- name: translated_conversation
list:
- name: user
dtype: string
- name: assistant
dtype: string
- name: language
dtype: string
- name: user_id
dtype: int64
- name: tstamp
dtype: float64
- name: is_preset
dtype: bool
- name: preset_dataset
dtype: string
- name: categories
struct:
- name: captioning
dtype: bool
- name: code
dtype: bool
- name: creative_writing
dtype: bool
- name: diagram
dtype: bool
- name: entity_recognition
dtype: bool
- name: homework
dtype: bool
- name: humor
dtype: bool
- name: is_code
dtype: bool
- name: ocr
dtype: bool
- name: refusal
dtype: bool
splits:
- name: train
num_bytes: 5948817677.918
num_examples: 23277
download_size: 5746971304
dataset_size: 5948817677.918
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|