CoolFace
Datasetpublic

mponty/code_champs_meta

Dataset Card for "code_champs_meta" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
1likes75downloads
README.md40 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: problem_id5    dtype: string6  - name: contest7    dtype: string8  - name: problem9    dtype: string10  - name: lang11    dtype: string12  - name: problem_title13    dtype: string14  - name: problem_statement15    dtype: string16  - name: page17    dtype: string18  - name: long_tags19    dtype: string20  - name: short_tags21    dtype: string22  - name: tutorial_link23    dtype: string24  - name: tutorial_page25    dtype: string26  splits:27  - name: train28    num_bytes: 368337104729    num_examples: 1650430  download_size: 45718366531  dataset_size: 368337104732configs:33- config_name: default34  data_files:35  - split: train36    path: data/train-*37---38# Dataset Card for "code_champs_meta"39 40[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)