Petr Tsvetkov commited on
Commit
9d14712
1 Parent(s): e684577

Added information on generated_message_length_comparison.ipynb to README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -50,3 +50,7 @@ This project is a main artifact of the "Research on evaluation for AI Commit Mes
50
  - [analysis.ipynb](analysis.ipynb) -- compute the correlations, the resulting tables.
51
  - [chart_processing.ipynb](chart_processing.ipynb) -- Jupyter Notebook that draws the charts that were used in the
52
  presentation/thesis.
 
 
 
 
 
50
  - [analysis.ipynb](analysis.ipynb) -- compute the correlations, the resulting tables.
51
  - [chart_processing.ipynb](chart_processing.ipynb) -- Jupyter Notebook that draws the charts that were used in the
52
  presentation/thesis.
53
+ - [generated_message_length_comparison.ipynb](generated_message_length_comparison.ipynb) -- compare the average
54
+ length of commit messages generated using the current prompt (one used in the research) and the production prompt
55
+ (one used to generate the messages that are measured in FUS logs). _Not finished, because could not get a Grazie
56
+ token; as soon as the token is received, the notebook can be run by following the instructions from the notebook._