Skip to content

antonio-mastropaolo/T5-learning-ICSE_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.