Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 3.08 KB

README.md

File metadata and controls

47 lines (27 loc) · 3.08 KB

Studying the Usage of Text-To-Text Transfer Transformer to Support Code-Related Tasks

In this work, we explore the capabilities of novel transformers architecture, T5(Text-To-Text Transfer Transformer) to support Code-Related Tasks.

For all the details 👉 📄

Pipeline

In order to pre-train and then finetune a T5 small model, we need a new sentencepiece model to accommodate the expanded vocabulary given by the java programming language, abstracted java tokens, and technical natural language.

Additional: In Miscellaneous folder, you can find all the additional scripts we used for computing the BLEU score and the overlap metrics. Furthermore, here and here you can also experiment with our pre-trained and fine-tuned models.