Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Audio-AGI/AudioSep
/ tokenizer
Function
tokenizer
models/CLAP/training/data.py:46–47 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
44
45
46
def
tokenizer(text):
47
return
tokenize(text).squeeze(0)
48
49
50
from
transformers
import
RobertaTokenizer
Callers
5
evaluate_clotho_audiocaps
Function · 0.70
preprocess
Function · 0.70
bert_embeddings
Function · 0.50
Roberta_embeddings
Function · 0.50
bart_embeddings
Function · 0.50
Calls
1
tokenize
Function · 0.90
Tested by
no test coverage detected