codet5-base-BugFix / README.md
anshgupta123's picture
Update README.md
0cf6a42 verified
---
language: en
license: apache-2.0
tags:
- code
- t5
- compressor
---
# Fine-Tuned CodeT5 Compressor Model
## Overview
This directory contains the `best_model` checkpoint for our code compression model. The model is based on the **CodeT5** architecture and has been fine-tuned for code compression tasks.
## Training Data
The model was fine-tuned on data sourced from **CodeXGLUE**, specifically incorporating:
- Bug fixes data.
- Compression ratios data.
## License
This model and its artifacts are released under the **MIT License**.
*(Note: The underlying CodeT5 model is subject to its original license, typically BSD-3-Clause, as released by Salesforce).*
---
*Generated as part of the project.*