curl --location 'http://localhost:3001/api/repos/surya/random/fine_tunes/' \
--data '{
"resource": "main/suriya-images/images.parquet",
"training_params": {
"answer_column": "file_path",
"batch_size": 1,
"enable_thinking": false,
"epochs": 1,
"grad_accum": 1,
"learning_rate": 0.0001,
"logging_steps": 10,
"lora_alpha": 16,
"lora_rank": 16,
"neftune_noise_alpha": 0,
"question_column": "file_path",
"save_steps_ratio": 0.25,
"save_strategy": "epoch",
"seq_length": 1024,
"use_lora": true
},
"base_model": "meta-llama/Llama-3.2-1B-Instruct",
"script_type": "text_generation"
}'