SEBIS/code_trans_t5_base_commit_generation
SEBIS/code_trans_t5_base_commit_generation is machine learning model.
About SEBIS/code_trans_t5_base_commit_generation
The CodeTrans model is based on the t5-base model architecture . It can be used on unparsed and untokenized commit changes . The model could be used to generate the git commit message for git commit changes or be fine-tuned on other relevant tasks . It works best with tokenized git commit . It has its own SentencePiece vocabulary model. It used single-task training on Git Commit Message Generation dataset. The model is trained on tokenized commit messages. It could also be used for other tasks in the same way . For example, the code is generated using Transformers SummarizationPipeline . The code is used in colab notebook. For example,