CoolFace
Datasetpublic

nilq/baby-python-and-lua

sourceHugging Faceupdated 2y agoView on Hugging Face
2likes109downloads
README.md27 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: content5    dtype: string6  - name: origin7    dtype: string8  - name: type9    dtype: string10  splits:11  - name: train12    num_bytes: 442182376313    num_examples: 1119873214  - name: validation15    num_bytes: 47744713316    num_examples: 109317517  download_size: 179383236318  dataset_size: 489927089619configs:20- config_name: default21  data_files:22  - split: train23    path: data/train-*24  - split: validation25    path: data/validation-*26---27