I am working on a project where I have to work with 3D arrays, basically human motion data. The arrays are stored in npy files. The goal is to finetune this data on a LLM and be able to use it for analyzing any human motion. But, I realized that using npy files might not be ideal for fine tuning. My advisor said converting them to csv/json might not be ideal since that would change the nature of the arrays, from binary to string. So, my question is, how would I need to prompt this data for fine tuning?
1 Like