This model is a fine-tuned version of
meta-llama/Llama-3.1-8B-Instruct trained to generate Executable Functional Abstractions (EFAs) for math problems.
The training data for this model can be found
here.
The model was trained using Llama-Factory and the data is already in Alpaca instruction-tuning format.
The "Instruction" field contains a prompt with instructions defining the EFA protocol and a set of static in-context examples (they're the same for all rows).
The "Response" field contains the code of the EFA.