psaiops 0.2.1__py3-none-any.whl → 0.2.2__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.

Potentially problematic release.


This version of psaiops might be problematic. Click here for more details.

@@ -40,7 +40,7 @@ def create_model_block() -> dict:
40
40
  # SAMPLING #####################################################################
41
41
 
42
42
  def create_sampling_block() -> dict:
43
- __tokens = gradio.Slider(label='Tokens', value=16, minimum=1, maximum=128, step=1, scale=1, interactive=True)
43
+ __tokens = gradio.Slider(label='Tokens', value=32, minimum=1, maximum=128, step=1, scale=1, interactive=True)
44
44
  __topk = gradio.Slider(label='Top K', value=4, minimum=1, maximum=8, step=1, scale=1, interactive=True)
45
45
  __topp = gradio.Slider(label='Top P', value=0.9, minimum=0.0, maximum=1.0, step=0.1, scale=1, interactive=True)
46
46
  return {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: psaiops
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Web apps to inspect & engineer NN activations.
5
5
  License: .github/LICENSE.md
6
6
  Author: apehex
@@ -5,7 +5,7 @@ psaiops/common/data.py,sha256=vGYeMN11uP9gs8rV6aSDffE_TeIX5PmdzWGwUpdGE2Y,906
5
5
  psaiops/common/dropdown.py,sha256=KA3wrfz4UlCpeoDvFAeURGK3YmVg6TBVhybaqTZa1M0,1332
6
6
  psaiops/compose/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  psaiops/compose/contrast/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- psaiops/compose/contrast/app.py,sha256=RFOqvUTQ8HxQSZNom5IGQE9AE06IrRYNtrSOkRWM0Wg,9626
8
+ psaiops/compose/contrast/app.py,sha256=VRg98HONjoHLfTcWLhriT2AIcB2DvM01VHlmdC-3_RA,9626
9
9
  psaiops/compose/contrast/lib.py,sha256=S5uXvnHdOA4bSbMY8Mj23KsZtIQ-zvdr4uPSUCBp-0U,6704
10
10
  psaiops/edit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  psaiops/reverse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -14,6 +14,6 @@ psaiops/score/attention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
14
14
  psaiops/score/attention/app.py,sha256=7MwFp70W0zpIcxllM2hKHN7TW3WH-BGFNK3r9a1ISr0,13444
15
15
  psaiops/score/attention/lib.py,sha256=j9p7ZXhkh5Y9VDeIe6TPUUrHRkwp1Y6P22iciaaKdL4,6932
16
16
  psaiops/steer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- psaiops-0.2.1.dist-info/METADATA,sha256=XurUlrwMyHrSq4RHGVYCL7qZLfr2wXu--q4ZslvSYH4,1318
18
- psaiops-0.2.1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
19
- psaiops-0.2.1.dist-info/RECORD,,
17
+ psaiops-0.2.2.dist-info/METADATA,sha256=pZttqPtKdiI5oln701Rw-1a9mPGX8lC5oPUwabP7kYI,1318
18
+ psaiops-0.2.2.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
19
+ psaiops-0.2.2.dist-info/RECORD,,