File size: 646 Bytes
daeb0d5 f7daa08 daeb0d5 57220b3 daeb0d5 | 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 | ---
dataset_info:
features:
- name: source
dtype: string
- name: url
dtype: string
- name: language
dtype: string
- name: title
dtype: string
- name: original_code
dtype: string
- name: cleaned_code
dtype: string
- name: quality_score
dtype: int64
- name: is_valid
dtype: bool
- name: issues_found
dtype: string
- name: scraped_at
dtype: string
- name: tags
dtype: string
splits:
- name: train
num_bytes: 384704
num_examples: 53
download_size: 175378
dataset_size: 384704
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|