removed useless comments

This commit is contained in:
Karma Riuk
2025-05-11 09:37:29 +02:00
parent 374362537f
commit 16fb78dc5b

View File

@ -21,9 +21,7 @@ export const evaluate_comments = (answers, percent_cb) => {
const results = {};
for (const [id, generated_comment] of Object.entries(answers)) {
const n_tokens_generated = generated_comment.trim().split(/\s+/).length;
// console.log(`Processing ${i} ${id}...`);
if (!(id in REFERENCE_MAP)) {
// throw new Error(`id: "${id}" is not present in the dataset`);
console.error(`id: "${id}" is not present in the dataset`);
continue;
}