CoolFace
Datasetpublic

bigcode/python-stack-v1-functions-filtered-sc2-subset

Subset of StarCoder2-Instruct's seed dataset. Used for experimentation. Full dataset is found here: https://huggingface.co/datasets/bigcode/python-stack-v1-functions-filtered-sc2

sourceHugging Faceupdated 2y agoView on Hugging Face
2likes91downloads
README.md25 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: content5    dtype: string6  - name: sha17    dtype: string8  - name: id9    dtype: int6410  splits:11  - name: train12    num_bytes: 20762952.64487775813    num_examples: 3734014  download_size: 1155473615  dataset_size: 20762952.64487775816configs:17- config_name: default18  data_files:19  - split: train20    path: data/train-*21---22 23Subset of StarCoder2-Instruct's seed dataset. Used for experimentation.24 25Full dataset is found here: https://huggingface.co/datasets/bigcode/python-stack-v1-functions-filtered-sc2