8000 End-to-End Testing · Issue #17 · FailSpy/abliterator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

End-to-End Testing #17

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

Open
tretomaszewski opened this issue May 28, 2024 · 0 comments
Open

End-to-End Testing #17

tretomaszewski opened this issue May 28, 2024 · 0 comments

Comments

@tretomaszewski
Copy link
Contributor

A hacked together end-to-end test would be nice to confirm functionality. I don't think anything fancy is needed yet.

The quality or content of the input and output are arbitrary. The process is deterministic (as far as I can see), so asserting that the activations, weights, and outputs are the same given the same input is enough confirm there are no breaking changes.

The model used needs to be small. For quick tests (testing if simply the process runs and produces the same result), any transformer supported by TransformerLens should do. I suggest GPT2 or Qwen-1.5B.

Qwen 1.5B (not to be confused with Qwen1.5) was used in the Refusal Demo. That might allow us to check refusal consistency with at least one model too.

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

No branches or pull requests

1 participant
0