File size: 714 Bytes
0cf6a42
 
 
 
 
 
 
 
985d2ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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.*