Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ bits_per_byte
Function
bits_per_byte
test/general/lm_eval/metrics.py:107–108 ·
view source on GitHub ↗
(items)
Source
from the content-addressed store, hash-verified
105
106
107
def
bits_per_byte(items):
108
return
-weighted_mean(items) / math.log(2)
109
110
111
def
bleu(items):
Callers
nothing calls this directly
Calls
1
weighted_mean
Function · 0.85
Tested by
no test coverage detected