multiple_functions_redux_lora / training_metadata.json
Lovre's picture
Upload folder using huggingface_hub
9077983 verified
{
"n_digits": 8,
"signature_k_max": 3,
"functions_seed": 6397,
"signatures_to_maps": {
"(3, 3, 2)": "normal_addition",
"(1, 2, 1, 2, 1, 1)": "subtract",
"(1, 1, 1, 2, 1, 2)": "pick_smaller",
"(1, 1, 2, 2, 2)": "sum_of_digits_of_y",
"(1, 1, 1, 1, 1, 3)": "larger_digits",
"(3, 1, 2, 1, 1)": "get_poem"
}
}