Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FLC777/GLAT
/ decode
Function
decode
scripts/spm_decode.py:29–30 ·
view source on GitHub ↗
(l)
Source
from the content-addressed store, hash-verified
27
if
args.input_format ==
"piece"
:
28
29
def
decode(l):
30
return
""
.join(sp.DecodePieces(l))
31
32
elif
args.input_format ==
"id"
:
33
Callers
4
_inference_with_bleu
Method · 0.85
_inference_with_wer
Method · 0.85
main
Function · 0.85
_inference_with_bleu
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected