Commit Graph

13 Commits

Author SHA1 Message Date
Kian-Meng Ang 1e321a6fca Fix typos (#1143)
Found via `codespell -S .mypy_cache,yarn.lock,*.json,*.ipynb -L
rouge,nam,vie`
2023-02-05 20:18:03 +01:00
MattAlexMiracle 530194de08 Fix to ranking algorithm (#826)
* fixed ranking

* fix index error

Co-authored-by: Alexander Mattick <alex.mattick@fau.de>
2023-01-18 21:27:16 +01:00
MattAlexMiracle 3dbe0ae1ba Implement task selection (#383)
* commented out legacy numerical solver

* added comments and task_scheduling for selecting which task to serve to users

* removed standalone task weighting

* pre-commit hook rerun

Co-authored-by: Alexander Mattick <alex.mattick@fau.de>
2023-01-05 16:14:39 +01:00
Gareth Davidson 7000e10bc0 apply pre-commit rules 2023-01-02 00:01:45 +00:00
Semen Zhydenko ebdbc0e3c0 Fixed typo: strenght -> strength 2022-12-27 14:14:48 +01:00
Semen Zhydenko 5c2bc24294 Fixed typo: existance -> existence 2022-12-27 14:13:58 +01:00
Alexander Mattick a62db13414 added fixed point definition for prompt 2022-12-25 13:56:15 +01:00
Alexander Mattick d198eaf045 added fixed 'good prompt' definition for ranking 2022-12-25 13:49:02 +01:00
Alexander Mattick a1c2580027 added utility functions to dataclass 2022-12-25 13:42:59 +01:00
Alexander Mattick 58885f1e9b simple scoring system for prompts and ranks 2022-12-25 13:39:21 +01:00
Alexander Mattick 76f7ed813b simple scoring system for scoreboard 2022-12-25 12:40:27 +01:00
Alexander Mattick 81666fc68c Merge remote-tracking branch 'refs/remotes/origin/main' 2022-12-25 11:55:09 +01:00
Yannic Kilcher b34ef75423 started re-working python code 2022-12-19 18:00:09 +01:00