You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--language`: Programming language (`java` or `python`)
107
111
-`--summary_field`: Field name containing generated summaries
108
112
-`--output_file`: Output path for results (without extension)
109
-
-`--side_checkpoint`: Path to SIDE model checkpoint (Java only)
113
+
-`--side_checkpoint`: Path to SIDE model checkpoint (Java only, default: `path/to/SIDE/checkpoint`)
114
+
115
+
**Note on SIDE Score:**
116
+
SIDE (Semantic Identifier for Documentation Evaluation) is computed only for Java. You need to download the SIDE model checkpoint from the [SIDE repository](https://github.com/antonio-mastropaolo/code-summarization-metric) and provide the path via `--side_checkpoint`.
0 commit comments