Unable to add a fine-tune. Error: https://developers.cloudflare.com/workers-ai/tutorials/fine-tune-m
Unable to add a fine-tune. Error:
https://developers.cloudflare.com/workers-ai/tutorials/fine-tune-models-with-autotrain
Receiving this when executing the following command:
Folder contains adapter_config.json and adapter_model.safetensors.
I used autotrain on Huggingface to build these files: https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/colabs/AutoTrain_LLM.ipynb
Safetensor file size is 80mb. I have another one 100.1 mb. Both fails
https://developers.cloudflare.com/workers-ai/tutorials/fine-tune-models-with-autotrain
Receiving this when executing the following command:
Folder contains adapter_config.json and adapter_model.safetensors.
I used autotrain on Huggingface to build these files: https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/colabs/AutoTrain_LLM.ipynb
Safetensor file size is 80mb. I have another one 100.1 mb. Both fails
Cloudflare Docs
Fine tuning an AI model gives you the opportunity to add additional training data to the model. Workers AI allows for Low-Rank Adaptation, LoRA, …

