•loralib/ contains the source code for the package loralib, which needs to be installed to run the examples we provide;
•examples/NLG/ contains an example implementation of LoRA in GPT-2 using our package, which can be used to reproduce the result in our paper;
•examples/NLU/ contains an example implementation of LoRA in RoBERTa and DeBERTa using our package, which produces competitive results on the GLUE benchmark;
•See how we use loralib in GPT-2, RoBERTa, and DeBERTa v2