File size: 607 Bytes
bc665a1 d37fe3e bc665a1 |
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 |
---
dataset_info:
features:
- name: machine
dtype: string
- name: hardware
dtype: string
- name: subsets
dtype: string
- name: backends
dtype: string
- name: model
dtype: string
- name: success
dtype: bool
- name: traceback
dtype: string
- name: last_updated
dtype: string
- name: run_id
dtype: string
- name: run_start_time
dtype: string
splits:
- name: train
num_bytes: 544245
num_examples: 262
download_size: 43819
dataset_size: 544245
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|