diff --git a/plugins/evaluation-plugin/languages/evaluationconfig/namesuggestion/kotlin.json b/plugins/evaluation-plugin/languages/evaluationconfig/namesuggestion/kotlin.json new file mode 100644 index 000000000000..3d5113d3fb24 --- /dev/null +++ b/plugins/evaluation-plugin/languages/evaluationconfig/namesuggestion/kotlin.json @@ -0,0 +1,30 @@ +{ + "language": "Kotlin", + "projectPath": "../../eval-projects/intellij", + "outputDir": "ml-eval-name-suggestion-kotlin-output", + "strategy": { + "placeholderName": "DUMMY", + "suggestionsProvider": "LLM-Rename", + "collectContextOnly": true + }, + "actions": { + "evaluationRoots": [ + "." + ] + }, + "interpret": { + "saveLogs": true, + "sessionProbability": 1.0, + "sessionSeed": null, + "sessionsLimit": 10, + "filesLimit": 5, + "order": "LINEAR", + "trainTestSplit": 70 + }, + "reports": { + "evaluationTitle": "Default", + "defaultMetrics": null, + "sessionsFilters": [], + "comparisonFilters": [] + } +}