If I want to run tokenizing with a sentencepiece m...
# general
k
If I want to run tokenizing with a sentencepiece model instead of tiktoken what would be the recommended way to do so?
c
this would likely be a good use case for UDFs
j
UDF is probably the way to go!
k
Cool, thanks!