CoolFace
Datasetpublic

jchenyu/Long-Data-Collections-sample-10000

# Long-Data-Collections-sample-10000 Sample of 10000 rows from the togethercomputer/Long-Data-Collections dataset.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes29downloads
README.md27 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: text5    dtype: string6  - name: prompt7    dtype: string8  - name: completion9    dtype: string10  splits:11  - name: train12    num_bytes: 53199760813    num_examples: 1000014  download_size: 27556382115  dataset_size: 53199760816configs:17- config_name: default18  data_files:19  - split: train20    path: data/train-*21---22 23 24 25    # Long-Data-Collections-sample-1000026    Sample of 10000 rows from the togethercomputer/Long-Data-Collections dataset.27