Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AutoWebGLM
/ __call__
Method
__call__
webarena/llms/tokenizers.py:28–29 ·
view source on GitHub ↗
(self, text: str)
Source
from the content-addressed store, hash-verified
26
return
self.tokenizer.decode(ids)
27
28
def
__call__(self, text: str) -> list[int]:
29
return
self.tokenizer.encode(text)
Callers
nothing calls this directly
Calls
1
encode
Method · 0.80
Tested by
no test coverage detected