From ce5cefbc0539f142ade2f26d37da53071f2d5727 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 7 May 2025 13:05:33 +0200 Subject: [PATCH] updated todo --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 17512cc..3f91a78 100644 --- a/TODO.md +++ b/TODO.md @@ -1,13 +1,13 @@ # User stories Batch 1 -## [ ] As a user I want to be able to download the dataset for EITHER comment generation OR code refinment +## [x] As a user I want to be able to download the dataset for EITHER comment generation OR code refinment - When asking for the dataset, there is a parameter to say whether you want to download the context or not (the state of the repo before the PR). - TODO: actually build the datasets -## [ ] As a user I want to be able to submit my predictions for the given downloaded dataset +## [x] As a user I want to be able to submit my predictions for the given downloaded dataset ## [ ] As a user I want to be able to see the performance of my predictions against the benchmark (comment generation: bleu score, code refinement: # tests passed)