saketh-chervu's picture
Upload eval_data/meta.json with huggingface_hub
9429ebc verified
Raw
History Blame Contribute Delete
4.1 kB
{
"exp": "bitvec",
"domain": "bitvec",
"n_bits": 16,
"variant": "intermediate",
"arm": "correct",
"seed": 0,
"composable": [
"cnot_lr",
"revbits",
"rot3",
"sbox_pairs",
"swap_adjacent"
],
"xor_mask": "1011010010110100",
"sbox": {
"00": "10",
"01": "00",
"10": "11",
"11": "01"
},
"train_comps": [
"cnot_lr|sbox_pairs",
"revbits|rot3",
"revbits|sbox_pairs",
"rot3|revbits",
"rot3|sbox_pairs",
"rot3|swap_adjacent",
"sbox_pairs|cnot_lr",
"sbox_pairs|revbits",
"sbox_pairs|rot3",
"sbox_pairs|swap_adjacent",
"swap_adjacent|rot3",
"swap_adjacent|sbox_pairs"
],
"heldout_comps": [
"cnot_lr|revbits",
"revbits|cnot_lr",
"cnot_lr|rot3",
"rot3|cnot_lr"
],
"heldout_labels": {
"cnot_lr|revbits": "never_paired",
"revbits|cnot_lr": "never_paired",
"cnot_lr|rot3": "never_paired",
"rot3|cnot_lr": "never_paired"
},
"n_comp_train_per_pairing": 200,
"total_comp_train": 2400,
"compositions": {
"cnot_lr|sbox_pairs": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"revbits|rot3": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"revbits|sbox_pairs": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"rot3|revbits": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"rot3|sbox_pairs": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"rot3|swap_adjacent": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"sbox_pairs|cnot_lr": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"sbox_pairs|revbits": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"sbox_pairs|rot3": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"sbox_pairs|swap_adjacent": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"swap_adjacent|rot3": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"swap_adjacent|sbox_pairs": {
"role": "train",
"n_train": 200,
"n_seen_eval": 200
},
"cnot_lr|revbits": {
"role": "heldout",
"label": "never_paired",
"n_eval": 200,
"distinct_answers": 200,
"top_answer_share": 0.005
},
"revbits|cnot_lr": {
"role": "heldout",
"label": "never_paired",
"n_eval": 200,
"distinct_answers": 200,
"top_answer_share": 0.005
},
"cnot_lr|rot3": {
"role": "heldout",
"label": "never_paired",
"n_eval": 200,
"distinct_answers": 200,
"top_answer_share": 0.005
},
"rot3|cnot_lr": {
"role": "heldout",
"label": "never_paired",
"n_eval": 200,
"distinct_answers": 200,
"top_answer_share": 0.005
}
},
"train_heldout_chain_overlap": [],
"heldout_instance_collisions": 0,
"coverage": {
"train_inner_atoms": [
"cnot_lr",
"revbits",
"rot3",
"sbox_pairs",
"swap_adjacent"
],
"train_outer_atoms": [
"cnot_lr",
"revbits",
"rot3",
"sbox_pairs",
"swap_adjacent"
],
"heldout_inner_atoms": [
"cnot_lr",
"revbits",
"rot3"
],
"heldout_outer_atoms": [
"cnot_lr",
"revbits",
"rot3"
],
"heldout_inner_count": 3,
"heldout_outer_count": 3,
"per_slot_coverage": {
"cnot_lr": {
"train_as_inner": 1,
"train_as_outer": 1
},
"revbits": {
"train_as_inner": 2,
"train_as_outer": 2
},
"rot3": {
"train_as_inner": 3,
"train_as_outer": 3
},
"sbox_pairs": {
"train_as_inner": 4,
"train_as_outer": 4
},
"swap_adjacent": {
"train_as_inner": 2,
"train_as_outer": 2
}
},
"train_covers_both_slots": true,
"pairing_collisions": []
},
"collisions_total": 0
}