File size: 783 Bytes
d7739f1 32f422b d7739f1 32f422b d7739f1 |
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 |
---
dataset_info:
features:
- name: revision
dtype: string
- name: flags
dtype: string
- name: compiler
dtype: string
- name: compiler_version
dtype: string
- name: file_name
dtype: string
- name: shard_index
dtype: int64
- name: compilation_success
dtype: bool
- name: image_digest
dtype: string
- name: build_time_utc
dtype: string
- name: container_id
dtype: string
- name: batch_job_id
dtype: string
- name: bin
dtype: string
- name: shard
dtype: int64
- name: id
dtype: int64
splits:
- name: train
num_bytes: 389705955
num_examples: 9885
download_size: 84760146
dataset_size: 389705955
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|