File size: 721 Bytes
4c059e3 f94d899 4c059e3 f94d899 4c059e3 | 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 | ---
dataset_info:
- config_name: gold
features:
- name: id
dtype: int64
- name: task
dtype: string
- name: code
dtype: string
- name: language
dtype: string
- name: errors
dtype: string
splits:
- name: gold
num_bytes: 9010
num_examples: 50
download_size: 7212
dataset_size: 9010
- config_name: test
features:
- name: id
dtype: int64
- name: task
dtype: string
- name: code
dtype: string
splits:
- name: test
num_bytes: 5509
num_examples: 50
download_size: 5472
dataset_size: 5509
configs:
- config_name: gold
data_files:
- split: gold
path: gold/gold-*
- config_name: test
data_files:
- split: test
path: test/test-*
---
|