After having successfully loaded the enwiki-goodfaith model as a custom inference service inside KFServing (T279000), we want to investigate if we can create a generic revscoring service which could be used for all ORES models.
There are two major things that we need to do:
- Inject the model binary into the container from storage (see: T282802)
- Pass in model metadata (name, etc...) to the container. This can be done using environment variables and we can read them and assign them to the model server.
I imagine we will eventually have a revscoring/ directory in our repo with a yaml config (CRDs) for each ORES model.