item_id as the application key.
What you can tokenize
The tokenizer takes text and returns codes. It does not care what the text describes, which is the point.
For a recommender this is a catalog. For a simulation it is the action space of a population.
Both are the same call.
Fit one
- Import what you want encoded with text for every entry, or use a dataset already in your workspace. The shape is on Data format.
- Fit a tokenizer and poll its job.
- Read the codes, or export the tokenizer bundle to run it yourself.
- Use the codes in a Jean model, or train your own on that vocabulary.

