CoolFace
Datasetpublic

Tapos-Minmoy/python_programming_questions

sourceHugging Faceupdated 1y agoView on Hugging Face
2likes98downloads
README.md29 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: question5    dtype: string6  - name: code7    dtype: string8  - name: answer9    dtype: string10  - name: __index_level_0__11    dtype: int6412  splits:13  - name: train14    num_bytes: 323268915    num_examples: 1048716  - name: test17    num_bytes: 81151018    num_examples: 262219  download_size: 209673320  dataset_size: 404419921configs:22- config_name: default23  data_files:24  - split: train25    path: data/train-*26  - split: test27    path: data/test-*28---29