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

0) Add the jtokkit test suite examples to validate the cl100k_base, p50k_base & r50k_base encodings #237

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

paplorinc
Copy link
Contributor

@paplorinc paplorinc commented Jan 6, 2024

# @formatter:on

@pytest.mark.parametrize("input_text,expected_output", cl100k_test_data)
def test_cl100k_base_prompts_encoding(input_text, expected_output):
Copy link
Contributor Author

@paplorinc paplorinc Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parameterized tests to make the failure clear:
image

@paplorinc paplorinc changed the title 0) Add the jtokkit test suite examples to validate the cl100k_base encodings 0) Add the jtokkit test suite examples to validate the cl100k_base , p50k_base & r50k_base encodings Jan 6, 2024
@paplorinc paplorinc changed the title 0) Add the jtokkit test suite examples to validate the cl100k_base , p50k_base & r50k_base encodings 0) Add the jtokkit test suite examples to validate the cl100k_base, p50k_base & r50k_base encodings Feb 9, 2024
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.

None yet

1 participant