CoolFace
Datasetpublic

sullivanUCSD/InstinctSCOPE-RL-data

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes8downloads
README.md39 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: data_source5    dtype: string6  - name: prompt7    list:8    - name: content9      dtype: string10    - name: role11      dtype: string12  - name: reward_model13    struct:14    - name: ground_truth15      dtype: string16  - name: extra_info17    struct:18    - name: detector19      dtype: string20    - name: sample_id21      dtype: string22  splits:23  - name: train24    num_bytes: 12810646425    num_examples: 2970026  - name: validation27    num_bytes: 1416055628    num_examples: 330029  download_size: 3212270630  dataset_size: 14226702031configs:32- config_name: default33  data_files:34  - split: train35    path: data/train-*36  - split: validation37    path: data/validation-*38---39