abhayesian/ryan-simulator-eval-v1-memorization-flags
08
1---2dataset_info:3 features:4 - name: completion_id5 dtype: string6 - name: model7 dtype: string8 - name: source9 dtype: string10 - name: question_id11 dtype: string12 - name: n_completion_tokens13 dtype: int6414 - name: classification15 dtype: string16 - name: flagged_anchor_high17 dtype: bool18 - name: flagged_training_high19 dtype: bool20 - name: flagged_external_high21 dtype: bool22 - name: flagged_anchor_mod23 dtype: bool24 - name: flagged_training_mod25 dtype: bool26 - name: flagged_external_mod27 dtype: bool28 - name: anchor_hits29 dtype: string30 - name: training_hits31 dtype: string32 - name: external_hits33 dtype: string34 splits:35 - name: train36 num_bytes: 9299437 num_examples: 45038 download_size: 2341739 dataset_size: 9299440configs:41- config_name: default42 data_files:43 - split: train44 path: data/train-*45---46 