turnkey 0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
turnkey/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: turnkey
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Turnkey - Bring Your Own Detector. A development harness for jailbreak detection. (name reservation; full release coming soon)
|
|
5
|
+
Author-email: lijrjyan <lijrjyan@gmail.com>
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/lijrjyan/turnkey
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# Turnkey
|
|
12
|
+
|
|
13
|
+
**Bring Your Own Detector.**
|
|
14
|
+
|
|
15
|
+
A development harness for jailbreak detection: plug in your own detector, get
|
|
16
|
+
paired baseline/intervention evaluation, model-side signals (hidden states,
|
|
17
|
+
gradients, logprobs), cost accounting, and auditable run artifacts.
|
|
18
|
+
|
|
19
|
+
This is a name-reservation placeholder. The full release is coming soon at
|
|
20
|
+
<https://github.com/lijrjyan/turnkey>.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
turnkey/__init__.py,sha256=T-sgO0e8uWxsYPh7sWy9ULKDDo8hlddtfwB-sb3NYYI,158
|
|
2
|
+
turnkey-0.0.1.dist-info/METADATA,sha256=u6GYpVi3p44rfmOVZbRxn7nPSfP-ZcmwHxX1S3mzu60,753
|
|
3
|
+
turnkey-0.0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
4
|
+
turnkey-0.0.1.dist-info/top_level.txt,sha256=JsIK2gfKas-yjv8t1axY2Es3Q0MY0KLTyCx4zDr7DJ8,8
|
|
5
|
+
turnkey-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
turnkey
|