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

@@ -9,7 +9,7 @@ import psaiops.score.attention.lib
9
9
  # META #########################################################################
10
10
 
11
11
  TITLE = '''Attention Scoring'''
12
- INTRO = '''Score each token according to the weights of the attention layers.\nThe model is fixed to "openai/gpt-oss-20b" for now.'''
12
+ INTRO = '''Score each token according to the weights of the attention layers. The model is fixed to "openai/gpt-oss-20b" for now.'''
13
13
  STYLE = '''.white-text span { color: white; }'''
14
14
 
15
15
  MODEL = 'openai/gpt-oss-20b'
@@ -78,7 +78,7 @@ def create_outputs_block() -> dict:
78
78
 
79
79
  def create_actions_block() -> dict:
80
80
  __process = gradio.Button('Process', variant='primary', size='lg', scale=1, interactive=True)
81
- __position = gradio.Slider(label='Position', value=-1, minimum=-1, maximum=128, step=1, scale=1, interactive=True) # info='-1 to average on all tokens'
81
+ __position = gradio.Slider(label='Position', value=-1, minimum=-1, maximum=15, step=1, scale=1, interactive=True) # info='-1 to average on all tokens'
82
82
  return {
83
83
  'process_block': __process,
84
84
  'position_block': __position}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: psaiops
3
- Version: 0.0.16
3
+ Version: 0.0.17
4
4
  Summary: Web apps to inspect & engineer NN activations.
5
5
  License: .github/LICENSE.md
6
6
  Author: apehex
@@ -7,9 +7,9 @@ psaiops/elements/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
7
7
  psaiops/elements/data.py,sha256=vGYeMN11uP9gs8rV6aSDffE_TeIX5PmdzWGwUpdGE2Y,906
8
8
  psaiops/score/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  psaiops/score/attention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- psaiops/score/attention/app.py,sha256=nmjYjbLJG5icbOLm3WTk91H-3GBQcj_8KE4DNIEIhN8,12446
10
+ psaiops/score/attention/app.py,sha256=G1MQP7FkWfeCCdSm4OwOy3W1ikbcDysIIAJhVC3IwvA,12444
11
11
  psaiops/score/attention/lib.py,sha256=vyJrp6BK2LvKfmq4JkkmvlsqE4_OcIeBmlq_YMq9jN4,6929
12
12
  psaiops/steer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- psaiops-0.0.16.dist-info/METADATA,sha256=b91j3iHFy9G3sVCOkQo8B7xhnSBlkyw8i2G0ed6wy9s,1222
14
- psaiops-0.0.16.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
15
- psaiops-0.0.16.dist-info/RECORD,,
13
+ psaiops-0.0.17.dist-info/METADATA,sha256=kdMbG-IrggF2tS_ndov1kYpeeCE53UUVd3XHsj7tTXw,1222
14
+ psaiops-0.0.17.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
15
+ psaiops-0.0.17.dist-info/RECORD,,