File size: 827 Bytes
385d4e3 7ec6470 385d4e3 300d06a 385d4e3 ed26b9e |
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 |
---
dataset_info:
features:
- name: code
dtype: string
- name: path
dtype: string
- name: quality_prob
dtype: float64
- name: learning_prob
dtype: float64
- name: filename
dtype: string
- name: kind
dtype: string
splits:
- name: train
num_bytes: 29415279411
num_examples: 3450448
download_size: 9929877988
dataset_size: 29415279411
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "clean_code_data"
High quality code data filtering from the stack and pypi. The stack data is pulled from [starcoder data](https://huggingface.co/datasets/bigcode/starcoderdata), so it has some filtering applied already.
All data was cleaned to remove code licenses and other headers, and filtered for quality and learning value. |