CoolFace
Datasetpublic

pooh/distilabel-example

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes11downloads
README.md46 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: instruction5    dtype: string6  - name: completion7    dtype: string8  - name: meta9    struct:10    - name: category11      dtype: string12    - name: completion13      dtype: string14    - name: id15      dtype: int6416    - name: input17      dtype: 'null'18    - name: motivation_app19      dtype: 'null'20    - name: prompt21      dtype: string22    - name: source23      dtype: string24    - name: subcategory25      dtype: string26  - name: generation27    dtype: 'null'28  - name: distilabel_metadata29    struct:30    - name: raw_output_text_generation_031      dtype: 'null'32  - name: model_name33    dtype: string34  splits:35  - name: train36    num_bytes: 1679337    num_examples: 1038  download_size: 2126739  dataset_size: 1679340configs:41- config_name: default42  data_files:43  - split: train44    path: data/train-*45---46