CoolFace
Datasetpublic

iamtarun/code_contest_python3_alpaca

Dataset Card for Code Contest Processed Dataset Summary This dataset contains coding contest questions and their solution written in Python3. This dataset is created by processing code_contest dataset from Deepmind. It is a competitive programming dataset for machine-learning. Read more about dataset at original source. Columns Description id : unique string associated with a problem description : problem description code : one correct code for the… See the full description on the dataset page: https://huggingface.co/datasets/iamtarun/code_contest_python3_alpaca.

sourceHugging Faceupdated 3y agoView on Hugging Face
8likes276downloads
Dataset Card

Dataset Card for Code Contest Processed

Dataset Summary

This dataset contains coding contest questions and their solution written in Python3. This dataset is created by processing code_contest dataset from Deepmind. It is a competitive programming dataset for machine-learning. Read more about dataset at original source.

Columns Description

  • id : unique string associated with a problem
  • description : problem description
  • code : one correct code for the problem
  • test_samples : contains inputs and their corresponding outputs for the problem
  • source : source of problem
  • prompt : alpaca style generated prompt for text generation