From e8cc27e311d12b5b38ad454bac59235849b6a925 Mon Sep 17 00:00:00 2001 From: Dipam Chakraborty <dipamc77@gmail.com> Date: Tue, 12 Mar 2024 14:27:56 +0530 Subject: [PATCH] track1 aicrowd json --- aicrowd.json | 8 ++++++++ models/dummy_model.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 aicrowd.json diff --git a/aicrowd.json b/aicrowd.json new file mode 100644 index 0000000..23a1aec --- /dev/null +++ b/aicrowd.json @@ -0,0 +1,8 @@ +{ + "challenge_id": "user-behavior-alignment", + "authors": [ + "aicrowd-bot" + ], + "gpu": true, + "description": "(optional) description about your awesome agent" +} \ No newline at end of file diff --git a/models/dummy_model.py b/models/dummy_model.py index b18dd24..2eb84d3 100644 --- a/models/dummy_model.py +++ b/models/dummy_model.py @@ -19,7 +19,7 @@ class DummyModel: """ return 0 - def task_ranking(self, task_prompt: str) -> List[float]: + def task_ranking(self, task_prompt: str) -> List[int]: """ Task method for Ranking Input - Task Prompt (includes items to rank) -- GitLab