Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Model for classifying git commit messages, bertweet-base fine-tuned.
2
+ Git commit messages are categorized into the following categories:
3
+ 1. Adaptive - Adaptive activities are functional activities and involve making modifications
4
+ to the software to ensure it remains compatible with new environments. Examples of these are
5
+ feature additions and test cases.
6
+ 2. Perfective - Perfective activities encompass modifications aimed at improving the software's
7
+ overall quality, structure, and efficiency, such as refactoring, renaming, cleaning up
8
+ redundant segments, and improving algorithms and performance.
9
+ 3. Corrective - Corrective activities address and correct software problems such as bugs,
10
+ defects, errors, and faults that negatively impact the system.
11
+ 4. Administrative - Administrative activities include working on documentation such as
12
+ README.md files, javadocs, or commenting the code.
13
+ 5. Other - This activity includes Git operations such as merges and pull requests. It also includes
14
+ vague and unspecified tasks.