mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[aia] run configs for code-generation, doc-generation and name-suggestion evals for java
GitOrigin-RevId: 04992df0efcd0506f3dfefd29843b49619bd32c9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
462a4cc68b
commit
d9c1cd4890
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"language": "Java",
|
||||
"projectPath": "../../ml-eval/keycloak",
|
||||
"outputDir": "ml-eval-code-generation-java-output",
|
||||
"strategy": {
|
||||
"model": "",
|
||||
"mode": "",
|
||||
"collectContextOnly": false,
|
||||
"userPrompts": {
|
||||
"METHOD": [
|
||||
"cover this method with logging",
|
||||
"simplify the following method",
|
||||
"add exception handling",
|
||||
"add comments to the code"
|
||||
]
|
||||
}
|
||||
},
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"language": "Java",
|
||||
"projectPath": "../../ml-eval/keycloak",
|
||||
"outputDir": "ml-eval-documentation-generation-java-output",
|
||||
"strategy": {
|
||||
},
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"language": "Java",
|
||||
"projectPath": "../../ml-eval/keycloak",
|
||||
"outputDir": "ml-eval-name-suggestion-java-output",
|
||||
"strategy": {
|
||||
"placeholderName": "DUMMY",
|
||||
"suggestionsProvider": "LLM-Rename"
|
||||
},
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user