Upload dataset
2ed0c1b verified | | ---
|
| | license: apache-2.0
|
| | configs:
|
| | - config_name: default
|
| | data_files:
|
| | - split: train
|
| | path: data/train-*
|
| | - split: test
|
| | path: data/test-*
|
| | dataset_info:
|
| | features:
|
| | - name: id
|
| | dtype: int64
|
| | - name: source_id
|
| | dtype: int64
|
| | - name: model
|
| | dtype: string
|
| | - name: temperature
|
| | dtype: float64
|
| | - name: labels
|
| | list:
|
| | - name: due_to_null
|
| | dtype: bool
|
| | - name: end
|
| | dtype: int64
|
| | - name: implicit_true
|
| | dtype: bool
|
| | - name: label_type
|
| | dtype: string
|
| | - name: meta
|
| | dtype: string
|
| | - name: start
|
| | dtype: int64
|
| | - name: text
|
| | dtype: string
|
| | - name: split
|
| | dtype: string
|
| | - name: quality
|
| | dtype: string
|
| | - name: response
|
| | dtype: string
|
| | - name: task_type
|
| | dtype: string
|
| | - name: source
|
| | dtype: string
|
| | - name: source_info
|
| | dtype: string
|
| | - name: prompt
|
| | dtype: string
|
| | splits:
|
| | - name: train
|
| | num_bytes: 36214439
|
| | num_examples: 4758
|
| | - name: test
|
| | num_bytes: 6685844
|
| | num_examples: 900
|
| | download_size: 7701332
|
| | dataset_size: 42900283
|
| | ---
|
| | |