I made a personality of llama3 and qwen 1.5 for understanding how to build a human like agent.
But I want to:
- Pre-train LoRA Layer for base knowledge.
- Using less learning rate for conversations and personality training.
But every time I reload model, the LoRA will refresh to without trained state.
Can I save Unsloth LoRA weight to Huggingface and continue training next time?
Or any way to reuse?