psaiops 0.3.3__py3-none-any.whl → 0.3.4__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.
psaiops/score/router/app.py
CHANGED
|
@@ -9,7 +9,7 @@ import psaiops.score.router.lib
|
|
|
9
9
|
# META #########################################################################
|
|
10
10
|
|
|
11
11
|
STYLE = '''.white-text span { color: white; }'''
|
|
12
|
-
TITLE = '''
|
|
12
|
+
TITLE = '''Router Scoring'''
|
|
13
13
|
INTRO = '''Plot the logits of the router for a given prompt.\nUnder construction, only "openai/gpt-oss-20b" is available for now.'''
|
|
14
14
|
|
|
15
15
|
MODEL = 'openai/gpt-oss-20b'
|
psaiops/score/shapley/app.py
CHANGED
|
@@ -9,7 +9,7 @@ import psaiops.score.shapley.lib
|
|
|
9
9
|
# META #########################################################################
|
|
10
10
|
|
|
11
11
|
STYLE = '''.white-text span { color: white; }'''
|
|
12
|
-
TITLE = '''
|
|
12
|
+
TITLE = '''Shapley Scoring'''
|
|
13
13
|
INTRO = '''Score each token according to their [Shapley value](https://en.wikipedia.org/wiki/Shapley_value).\nUnder construction, only "openai/gpt-oss-20b" is available for now.'''
|
|
14
14
|
|
|
15
15
|
MODEL = 'openai/gpt-oss-20b'
|
|
@@ -17,15 +17,15 @@ psaiops/score/attention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
17
17
|
psaiops/score/attention/app.py,sha256=UK6-11xUP9S7_8ryZiqFaGfJvG_scS-NzU6QJLEVbEs,13479
|
|
18
18
|
psaiops/score/attention/lib.py,sha256=j9p7ZXhkh5Y9VDeIe6TPUUrHRkwp1Y6P22iciaaKdL4,6932
|
|
19
19
|
psaiops/score/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
psaiops/score/router/app.py,sha256=
|
|
20
|
+
psaiops/score/router/app.py,sha256=DQqcZXqxQS-DxGWUUV4l4tf7GynJ0tqGjlNGpn5BMYA,5637
|
|
21
21
|
psaiops/score/router/lib.py,sha256=Cra3jksyqCunCRLsQ88ts0RITU7kC8LgudjIdWfhmyE,1996
|
|
22
22
|
psaiops/score/shapley/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
|
-
psaiops/score/shapley/app.py,sha256=
|
|
23
|
+
psaiops/score/shapley/app.py,sha256=SkEnXQZkIvw-kP1JTULgFpFKFWCo44PEaJW_WnzbyRU,7149
|
|
24
24
|
psaiops/score/shapley/lib.py,sha256=Cra3jksyqCunCRLsQ88ts0RITU7kC8LgudjIdWfhmyE,1996
|
|
25
25
|
psaiops/score/similarity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
26
|
psaiops/score/similarity/app.py,sha256=xQJ5XAUC5XleacRqV_Y713oMt0tltOfbROyrCS3gDzw,7073
|
|
27
27
|
psaiops/score/similarity/lib.py,sha256=Cra3jksyqCunCRLsQ88ts0RITU7kC8LgudjIdWfhmyE,1996
|
|
28
28
|
psaiops/steer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
|
-
psaiops-0.3.
|
|
30
|
-
psaiops-0.3.
|
|
31
|
-
psaiops-0.3.
|
|
29
|
+
psaiops-0.3.4.dist-info/METADATA,sha256=rSLF52uLeVmi8rHEV58YgZHZjfQ8DAfa1BrFSkabvmo,1318
|
|
30
|
+
psaiops-0.3.4.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
31
|
+
psaiops-0.3.4.dist-info/RECORD,,
|
|
File without changes
|