bustamiyusoef

Results 2 comments of bustamiyusoef

Hi, Is there any tutorial how to finetune TrOCR with LoRA?

I follow your notebook to finetune TrOCR in my own data, it work very well. Then I tried to apply LoRA on it: model = VisionEncoderDecoderModel.from_pretrained("microsoft/trocr-small-stage1") config = LoraConfig( r=16,...