anshgupta123 commited on
Commit
985d2ca
·
verified ·
1 Parent(s): 74b57d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: unlicense
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Fine-Tuned CodeT5 Compressor Model
2
+
3
+ ## Overview
4
+ 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.
5
+
6
+ ## Training Data
7
+ The model was fine-tuned on data sourced from **CodeXGLUE**, specifically incorporating:
8
+ - Bug fixes data.
9
+ - Compression ratios data.
10
+
11
+ ## License
12
+ This model and its artifacts are released under the **MIT License**.
13
+ *(Note: The underlying CodeT5 model is subject to its original license, typically BSD-3-Clause, as released by Salesforce).*
14
+
15
+ ---
16
+ *Generated as part of the project.*