Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ loglikelihood_rolling
Method
loglikelihood_rolling
test/general/lm_eval/models/dummy.py:30–36 ·
view source on GitHub ↗
(self, requests)
Source
from the content-addressed store, hash-verified
28
return
res
29
30
def
loglikelihood_rolling(self, requests):
31
res = []
32
33
for
_ in requests:
34
res.append(-random.random())
35
36
return
res
Callers
2
construct_requests
Method · 0.45
construct_requests
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected