Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Baseline workflow + fixes #363

Merged
merged 6 commits into from
Oct 23, 2024
Merged

Adds Baseline workflow + fixes #363

merged 6 commits into from
Oct 23, 2024

Conversation

hynky1999
Copy link
Collaborator

@hynky1999 hynky1999 commented Oct 15, 2024

What does it do

Adds a baseline model which allows reliably computing baseline scores for multichoice/generative tasks.
The DummyModel is kind of unreliable as it random based so the baseline can be +-1 from true baseline.

Implementation comments

Unfortunately it's not possible to just use model as there is no info about type of tasks neither about gold_index in requests.

Nits:
Fixes tasks listing/insepct

@hynky1999 hynky1999 changed the title Adds Baseline model + fixes Adds Baseline workflow + fixes Oct 16, 2024
@clefourrier clefourrier merged commit 5d7a6b9 into main Oct 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants