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

[Test] Sentence generation #9

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

LeonEricsson
Copy link

@LeonEricsson LeonEricsson commented Feb 26, 2024

A personal favorite of mine; a litmus test that I always try on new models.

DESCRIPTION = "Test if the model can output 10 sentences, ending each one with the word 'apple'."

It's interesting because it seems innocuous, but I've only seen GPT-4 successfully score 10/10.

Note: still WIP as I'm trying to get podman up and running to test everything but wanted to check if this is interesting at all.

@carlini
Copy link
Owner

carlini commented Mar 15, 2024

You could probably simplify this test with just one query to the model and then test it by all(x[-1] == 'apple for x in split('\n')).

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.

2 participants