Skip to content
Snippets Groups Projects
Commit e8cc27e3 authored by Dipam Chakraborty's avatar Dipam Chakraborty
Browse files

track1 aicrowd json

parent ad34ac85
No related branches found
No related tags found
No related merge requests found
{
"challenge_id": "user-behavior-alignment",
"authors": [
"aicrowd-bot"
],
"gpu": true,
"description": "(optional) description about your awesome agent"
}
\ No newline at end of file
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment