MCPcopy 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
107def bits_per_byte(items):
108 return -weighted_mean(items) / math.log(2)
109
110
111def bleu(items):

Callers

nothing calls this directly

Calls 1

weighted_meanFunction · 0.85

Tested by

no test coverage detected