Fine-tuning using TF and py

I use Tensorflow when I want to fine-tune a model from hugging face I use Tensorflow,
but when I learned quantization, LoRA, and QLoRA, I found that I should use PyTorch Trainer and TrainingArguments. So I’m a little confused because I primarily use Tensorflow.
Is what I did correct or there is something else?

1 Like