File size: 2,413 Bytes
eed4010 | 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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | ---
dataset_info:
features:
- name: timestamp
dtype: timestamp[ns, tz=UTC]
- name: chosen_response
dtype: string
- name: chosen_safety_flags
struct:
- name: harassment
dtype: bool
- name: hate_speech
dtype: bool
- name: indiscriminate_weapons
dtype: bool
- name: profanity
dtype: bool
- name: self_harm
dtype: bool
- name: sexual
dtype: bool
- name: underage
dtype: bool
- name: unethical
dtype: bool
- name: violent_crimes
dtype: bool
- name: chosen_submission_id
dtype: string
- name: conversation_state
struct:
- name: autoscale_parameters
dtype: bool
- name: bot_name
dtype: string
- name: chat_history
list:
- name: message
dtype: string
- name: sender
dtype: string
- name: conversation_id
dtype: string
- name: conversation_length
dtype: int64
- name: formatter
dtype: 'null'
- name: generation_params
dtype: 'null'
- name: memory
dtype: string
- name: prompt
dtype: string
- name: user_name
dtype: string
- name: days_since_first_usage
dtype: string
- name: public
dtype: bool
- name: region
dtype: string
- name: rejected_response
dtype: string
- name: rejected_safety_flags
struct:
- name: harassment
dtype: bool
- name: hate_speech
dtype: bool
- name: indiscriminate_weapons
dtype: bool
- name: profanity
dtype: bool
- name: self_harm
dtype: bool
- name: sexual
dtype: bool
- name: underage
dtype: bool
- name: unethical
dtype: bool
- name: violent_crimes
dtype: bool
- name: rejected_submission_id
dtype: string
- name: subscribed
dtype: string
- name: time_to_select_milliseconds
dtype: string
- name: timestamp_ms
dtype: string
- name: user_id
dtype: string
- name: messages
list:
- name: content
dtype: string
- name: role
dtype: string
- name: windows
list:
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 9578367
num_examples: 100
download_size: 3548185
dataset_size: 9578367
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|