In Python 3.13 the docstring are trimmed by default. We need to update some of the deprecation helpers to work with this.
CodeT5 Docstring Generation with LoRA This project fine-tunes a CodeT5-base model using LoRA to automatically generate Python docstrings from code. It includes scripts for data preparation, model ...